Jump to content

PhantomNL

Members
  • Posts

    38
  • Joined

  • Last visited

Everything posted by PhantomNL

  1. All skins can be found at the Wiki of Multi Theft Auto; https://wiki.multitheftauto.com/wiki/Character_Skins
  2. https://community.multitheftauto.com/index.php?p= ... ls&id=7781 No good description, no pictures, no good name; 'ss' DONE
  3. Hello, I need some help with this Turf script: https://community.multitheftauto.com/index.php?p= ... ls&id=5606 There has already been a topic with this, but it seems to be abandoned.. So I just ask again, how do I let that turf system work with Castillo's Gang System? I have absolutely no idea on how to script, but I tried some things, please don't slash what I did in the script, I changed all the words with 'team' in it, to 'gang'. This seems to take effect on the script, 'cause it no longer says 'You need to be in a team to capture this turf!' It just tells me to wait 10 minutes, but nothing happens, the turf on the minimap should be flashing, and should turn to the gang/team color when the 10 minutes are passed. Also, please explain on how I can add more turfs to San Andreas. Just some information: xXMADEXx sayd this in the old topic; 'You just have to make exports to get the player gang, and i know its possible, because i have done it with those two resources.' Here's the script: local pCuboid1 = createColCuboid(2133.1950683594, 633.66455078125, 10, 197.5, 92, 30) local pArea1 = createRadarArea( 2130, 630, 200, 100, 255, 255, 255, 125 ) setElementData(pCuboid1, "friendly", "no") setElementData(pCuboid1, "ownedBy", "") function callClientFunction(client, funcname, ...) local arg = { ... } if (arg[1]) then for key, value in next, arg do if (type(value) == "number") then arg[key] = tostring(value) end end end triggerClientEvent(client, "onServerCallsClientFunction", resourceRoot, funcname, unpack(arg or {})) end addEventHandler('onColShapeHit', pCuboid1, function(p) local getOwnedBy = getElementData(pCuboid1, "ownedBy") callClientFunction(p, "NeedMsg", 6, getOwnedBy) callClientFunction(p, "NeedMsg", 1) if (getPlayerGang(p)) then local pGang = getPlayerGang( p ) local iR, iG, iB = getGangColor( pGang ) local rR, gG, bB = getRadarAreaColor( pArea1 ) local data = getElementData(pCuboid1, "friendly") if ( iR == rR ) and ( iG == gG ) and ( iB == bB ) and ( data == "yes" ) then callClientFunction(p, "NeedMsg", 2) else setRadarAreaFlashing( pArea1, true ) capturing = setTimer( function( ) setElementData(pCuboid1, "friendly", "yes") setElementData(pCuboid1, "ownedBy", getGangName(pGang)) givePlayerMoney( p, 4000 ) callClientFunction(p, "NeedMsg", 4) setRadarAreaColor( pArea1, iR, iG, iB ) setRadarAreaFlashing( pArea1, false ) end, 600000, 1 ) end else callClientFunction(p, "NeedMsg", 3) end if (getPedOccupiedVehicle( p )) then callClientFunction(p, "NeedMsg", 5) end end ) addEventHandler('onColShapeLeave', pCuboid1, function(p) local getOwnedBy = getElementData(pCuboid1, "ownedBy") setRadarAreaFlashing( pArea1, false ) callClientFunction(p, "NeedMsg", 7, getOwnedBy) if isTimer(capturing) then killTimer(capturing) end end ) Thanks to all the people that want to help me
  4. It's so cool how you can enter the house but not leave the house.
  5. Thanks man I really appreciate it! I need some help with something else, I've downloaded a Ammu Nation Script, but the script has only 1 Ammu Nation (Los Santos) built in, so what I did, is create another one in Las Venturas, the blip and stuff are showed on the radar, (although the marker is a bit in the ground, I have no idea why) I can enter the Ammu Nation, and then I get spawned on an invisible block thing, I think it's on top of the Ammu Nation interior that I specified (Ammu Nation 4), 'cause I can see the marker, and if I walk above the marker, it teleports me to the Los Santos streets, right in front of the other Ammu Nation.. Here's the .lua: local Exitdoor = createMarker( 316.57907104492, -169.63523864746, 999.60101318359, "arrow", 1.5, 150, 0, 0, 255 ) setElementInterior( Exitdoor, 1, 285, -41, 1001 ) function Exitd( player ) if (source == Exitdoor) then if getElementType(player) == "player" then fadeCamera ( player, false, 1, 0, 0, 0 ) setTimer ( fadeCamera, 1000, 1, player, true, 1 ) setTimer ( setElementPosition, 1000, 1, player, 2156.4609375, 943.2607421875, 10.8203125 ) setTimer ( setElementInterior, 1000, 1, player, 0, 1367, -1279, 13 ) toggleControl ( player, "fire", true ) end end end addEventHandler ("onMarkerHit", getRootElement() ,Exitd ) local Doorentry = createMarker(2159.041015625, 943.25445556641, 10.8203125, "arrow", 1.5, 255, 0, 0, 255 ) function Doore( player ) if (source == Doorentry) then if getElementType(player) == "player" then fadeCamera ( player, false, 1, 0, 0, 0 ) setTimer ( fadeCamera, 1000, 1, player, true, 1 ) setTimer(setElementPosition, 1000, 1, player, 285, -40, 1001) setTimer ( setElementInterior, 1000, 4, player, 1, 317.2380, -168.0520, 999.5930 ) toggleControl ( player, "fire", false ) end end end addEventHandler ("onMarkerHit", getRootElement(), Doore ) addEventHandler ( "onResourceStart", getResourceRootElement(), function ( ) ped = createPed ( 73, 4026184082, -168.10594177246, 999.59375 ) setElementInterior( ped, 4, 317.2380, -168.0520, 999.5930 ) end )
  6. At first; you have any problems with that? The community website is for downloading and sharing scripts, so why do anything in your own when there are alot of things done already? Second: I am starting with downloading other scripts, configure them to my likings, and look how they work, so I learn it meanwhile, when I learned .lua I will propably make my own scripts. PhantomNL
  7. PhantomNL

    Vehicle Placing

    Aahhh yess! Thanks so much!
  8. Well thanks dude, altough I already tried some of these scripts, I have Alcatraz in my map, and that turf system isn't really what I meant, I need a Turf system where you have an area where you can stand in and get money and XP per second.. (If another gang comes in the area of the turf you will not earn money anymore). I'm going to try the car system right now! And I now have a Gang System in my server, I think it's the same one as you listed above. But thanks man! For everyone: I still need some resources, so if you want to help me out, it would be awesome! The most important thing that I'd really want is the level system so you can level up by doing turfs, DM and Races, and only buy weapons and enter vehicles on a specific rank (example: Tank only on rank 60, max. level is 100). Thanks!
  9. PhantomNL

    Vehicle Placing

    Hello guys, just a simple question; What's the best and fastest way to put in vehicle on certain places in my normal San Andreas map? Thanks!
  10. Hello people! I just started a MTA Free Roam Server, and I really need some people that are kind enough to make some resources/scripts for my server, I'm looking for experienced makers, so if you want to help me out, post your In-game name here, and post what scripts or resources you already made! I am looking for: - Turf System; An area where people get X amount of money and XP when standing in the area. - Car System; People can buy and sell cars at showrooms. - Gang System; So you can make your own gang, have a gang bank, invite people, kick people, buy a gang hideout, etc. - Bank System; So you can open a bank account and withdraw money etc. (with ATM's in the map, marked with a blip) - Car System; Vehicle locking with a button, toggle lights with a button, etc. - A level system; people rank up when being on a Turf, doing Deathmatches, Races, and maybe other things, feel free to post below! - A deathmatch/race system; So people can join Deathmatch and Races to level up - A Ammu-Nation script; People can go to an Ammu Nation where they can buy ammo, armor, etc. - A good Free Roam map, with Turfs, ATM's, Banks, Gang Hideouts available for buying, cars on parking places, a prison (I really like Alcatraz ) - And maybe a VIP System; VIP's can join whenever the server is full or empty, also they are allowed to buy more cars then normal players. Of course this doesn't have to be done all at once, just one-by-one, you can take your time. The ones that make the resources/scripts, will be rewarded VIP on my server. For the ones that don't have interest, and don't want to make scripts for me, please, do not post anything. Thanks! PhantomNL
  11. Hello, thanks for the help, it's working now.
  12. Hello, yesterday me and my friend bought a MTA Server from ZGaming-Host.com. We have been playing for a while but we wanted to have resources and we wanted to be Administrator on our server. So I tried to look up some pages on the internet on how to add resources and how to become Admin. Adding resources and making them work has been done, I now know how to do it. But I have no idea on how to become Admin, many topics sayd that you have to add an account, with your username, and password, I did all that, I have an account, and I can login. So the topics sayd that we also have to put our names into the file 'acl.xml', below the Admin thing. So I did that, but when I restart our server, it automatically removes my name, and if I try some commands, it says I don't have access. We're completely new to the whole MTA Server thing, so if anyone would be so kind and explain some stuff about it, it would be awesome. Also, does anyone know how I can let the Alcatraz recourse get to work, it starts, but there is no Alcatraz at the given location.. Thanks for the ones that respond, and again, we're new, we're newbs, we don't actually know anything about making an Multi Theft Auto Server yet. PhantomNL
×
×
  • Create New...