
Fantanic
Members-
Posts
160 -
Joined
-
Last visited
Everything posted by Fantanic
-
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
-
works very good , no errors , wanted special sirens but not needed.
-
Hello , Thank you , it does work perfectly
-
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?
-
anyways it didnt removed it for me
-
What if i find other objects , how do i know where what is i mean wich object it is edit : it didnt worked
-
hm thanks anyways will try to configure out how to do it manually erhm 1 question , how to find the object?
-
In the default map there is a 'gate' at lv airport i will post a screen in a second
-
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.
-
privatevehicle/pveh.lua:8 : bad argument @getteamname"
-
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-----
-
some other errors
-
privatevehicle/pveh.lua:7 bad 'player' pointer @ getplayerteam privatevehicle/pveh.lua:8 bad argument @get teamname does debugscript 3 says
-
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 ?
-
Sorry for my late responds
-
*bumb* still need help.
-
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.
-
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 : -
-
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.
-
another error : unexpected symbol near ','