20.04.2010, 17:33
Quote:
|
Originally Posted by Jeffry
Try to use it UNDER PogglePlayerControllable.
Maybe it helps. ![]() |
or you could simply use the teleport coords in variable form
Код:
x=-1979.8074,y=270.1521,z=35.1719; SetPlayerPos(playerid, x,y,z); PlayerPlaySound(playerid,1058,0,0,0); TogglePlayerControllable(playerid,1); CreateVehicle(402,x+2,y+2,z+2,0,0,0,0); return SendClientMessage(playerid, COLOR_YELLOW, "--> You bought a Buffalo!");


