28.12.2015, 17:02
If you spawn player in vehicle there is a cigarette bug, use
pawn Код:
new Float:x, Float:y, Float:z;
// RemovePlayerFromVehicle(id); // uncomment if doesnt work
GetPlayerPos(id, x, y, z);
SetPlayerPos(id, x, y, z);
SpawnPlayer(id);