02.08.2014, 17:49
Just use this
And make something like
to Spawn the player in the servers spawn place
Код:
CMD:kill(playerid, params) { SetPlayerHealth(playerid, 0); return 1; }
Код:
public OnPlayerDeath(playerid, killerid, reason) { SpawnPlayer(playerid); (I know OnPlayerDeath automatically spawns but if player gets shot in the DM or race he starts dm or race again) }