Jump to content

Fantanic

Members
  • Posts

    160
  • Joined

  • Last visited

Everything posted by Fantanic

  1. Fantanic

    Jobs

    Hello , Is there anyway to get a job working when a guy spawns criminal? For Example : When i spawn criminal then i would be able to rob houses. Greetings
  2. Fantanic

    [SOLVED]

    Where do u see 'request' this is already created + there is a script inside , there is just a bug probaly U should better look at the desc next time.. Anyways i found already the problems i guess
  3. Fantanic

    [SOLVED]

    I need it fast as posible. By the way is it posible to add it only for a special acl group?
  4. I got a other question: i've i place a car and i exit it , and im somewhere others that if i do a command that i teleport to the car that i placed. Also is it posible to give police cars special sirens? i mean with special sirenss that the sirens are on the front of the cop car and etc
  5. works very good , no errors , wanted special sirens but not needed.
  6. Hello , Thank you , it does work perfectly
  7. deleted- Isomething about locking cars to team. Well it worked now but none is able to get in as passenger only the one in the team 'Admin' is How do i make it so they can get in as passenger?
  8. anyways it didnt removed it for me
  9. What if i find other objects , how do i know where what is i mean wich object it is edit : it didnt worked
  10. hm thanks anyways will try to configure out how to do it manually erhm 1 question , how to find the object?
  11. In the default map there is a 'gate' at lv airport i will post a screen in a second
  12. I got a other little question. If im using map editor and i want to remove a object i cant remove the object. , like the gate in lv airport.
  13. privatevehicle/pveh.lua:8 : bad argument @getteamname"
  14. sorry i meant some other errors : vehicle1 = createVehicle( 602, 2279.1000976563, -1671.1999511719, 15.10000038147, 0, 0, 272 ) -----this car can be found at LS Grove Street near PoolBar vehicle = createVehicle( modelID, x, y, z, rotX, rotY, rotZ ) state = setVehicleDoorState ( vehicle, 1, 1 ) function lockPrivate( player, seat, jacked ) if ( source == vehicle1 ) then local playerTeam = getPlayerTeam ( player ) local oldTeamName = getTeamName ( playerTeam ) if ( oldTeamName ~= "admin" ) then cancelEvent() outputChatBox("This vehicle is locked for following team: admin ", player, 255, 0, 0, false) else outputChatBox("Welcome to your vehicle,Sir!", player, 0, 255, 0, false) end end end addEventHandler ( "onVehicleStartEnter", getRootElement(), lockPrivate ) setVehicleDamageProof(vehicle, true) -----car won't take damage (change it to false if you want to take damage) -----Made by Alen141(ingame name:Jimboy)------ -----Special thanks to : Solidsnake14(ingame name:Castillo)----- -----Visit SAUR Utopia RPG, IP: 128.204.203.103:22003----- -----Feel free to edit script on your own----- -----Don't remove credits-----
  15. privatevehicle/pveh.lua:7 bad 'player' pointer @ getplayerteam privatevehicle/pveh.lua:8 bad argument @get teamname does debugscript 3 says
  16. But how do i make it locked to it i mean , now their stnds if not( accountName == "loginusernamehere" ) then it needs to be : if not( playerteam == "teamhere" ) then ?
  17. Erhm i dont rlly get it what to remove and where to place it EDIT : I only want that LOCAL car locked , not that all the cars are locked to him! So if i place a car at x y z that only that car is locked for that group / gang / squad. Please , i need this with emergency.
  18. Hello , I found a lock script for more then one user but i want to lock a car to a team / gang / group . Like that only SWAT can enter that car where it stand. (i dont want to lock police vehicles but only that vehicle where i created it via the script) + would be nice if other people could get in as passenger. Here is the script , as u can see its free to edit : -
  19. will send tommorow the script here , EDIT : its fixed. I rewrite it and now it worked. All things working , expect locks didnt rlly get it. (maybe i gonna donate for this) Map Editor doesnt work still. Havent had any responds on it. So this topic CAN be closed.
  20. another error : unexpected symbol near ','
×
×
  • Create New...