31.10.2012, 14:11
Hey everyone, how to make a player could never get out of the car?
Sorry for bad english...
Sorry for bad english...
new Float:x, Float:y, Float:z;
GetPlayerPos(playerid, x, y, z);
SetPlayerPos(playerid, x, y, z);
PutPlayerInVehicle(playerid, vehicleid, 0);