Car spawn at the wrong place?
#4

pawn Код:
if(GetPlayerMoney(playerid) < 40000) return SendClientMessage(playerid,COLOR_RED,"--> You don't have $40000!")  && SetPlayerPos(playerid,-1979.8074,270.1521,35.1719) && TogglePlayerControllable(playerid,1);
new car;
GivePlayerMoney(playerid,-40000);
car=CreateVehicle(402,-1979.8074,270.1521,35.1719,0,0,0,0);
PutPlayerInVehicle(playerid, car, 0);
PlayerPlaySound(playerid,1058,0,0,0);
TogglePlayerControllable(playerid,1);
return SendClientMessage(playerid, COLOR_YELLOW, "--> You bought a Buffalo!");
Tested and works.
Reply


Messages In This Thread
Car spawn at the wrong place? - by Jochemd - 20.04.2010, 15:58
Re: Car spawn at the wrong place? - by Jeffry - 20.04.2010, 16:07
Re: Car spawn at the wrong place? - by Jochemd - 20.04.2010, 16:11
Re: Car spawn at the wrong place? - by Jeffry - 20.04.2010, 16:33
Re: Car spawn at the wrong place? - by DJDhan - 20.04.2010, 16:36
Re: Car spawn at the wrong place? - by FUNExtreme - 20.04.2010, 17:10
Re: Car spawn at the wrong place? - by adsy - 20.04.2010, 17:33
Re: Car spawn at the wrong place? - by DJDhan - 20.04.2010, 18:34
Re: Car spawn at the wrong place? - by Hiddos - 20.04.2010, 18:39
Re: Car spawn at the wrong place? - by Jochemd - 21.04.2010, 17:54

Forum Jump:


Users browsing this thread: 1 Guest(s)