Teleport cars HELP!!!
#1

please anyone help me!!!!!!!
i made a command that teles a player but if he is in a car i want it to tele him and the car i can do it no probs but it dosnt put him in the car so i tried to make it it works but i get this with server unknown command :



then if he isnt in a car it dosnt tele him it gives the same error and it dosnt tele!!!
help me please!!!!
code is:
PHP Code:
if (IsPlayerInAnyVehicle(playerid)== 1)
        
SetVehiclePos(GetPlayerVehicleID(playerid), 1458.1984,1559.2050,10.8125);
        
PutPlayerInVehicle(playerid);
        }else{
        
SendClientMessage(playerid,COLOR_GREEN"Welcome to Stunt2");
        
SetPlayerPos(playerid,1458.1984,1559.2050,10.8125);
        return 
1;

Reply


Messages In This Thread
Teleport cars HELP!!! - by FireCat - 15.08.2010, 19:01
Re: Teleport cars HELP!!! - by Dark_Kostas - 15.08.2010, 19:04
Re: Teleport cars HELP!!! - by FireCat - 15.08.2010, 19:07
Re: Teleport cars HELP!!! - by Vince - 15.08.2010, 19:08
Re: Teleport cars HELP!!! - by Guest3598475934857938411 - 15.08.2010, 23:38
Re: Teleport cars HELP!!! - by CSMajor - 16.08.2010, 05:43
Re: Teleport cars HELP!!! - by [MWR]Blood - 16.08.2010, 07:21
Re: Teleport cars HELP!!! - by FireCat - 16.08.2010, 08:11

Forum Jump:


Users browsing this thread: 2 Guest(s)