06.12.2009, 17:04
You can also do something like this :
Simple command but useful, but dunno what u want really
pawn Код:
public OnPlayerDeath(playerid, killerid, reason)
{
SetPlayerPos(playerid, coords);
SetPlayerInterior(playerid, interiorid);
TogglePlayerControllable(playerid, 0);
return 1;
}