03.10.2009, 20:38
A quick fix is to add this to your script.
Untested, so I'm going to test now.
pawn Код:
public OnPlayerDeath(playerid, killerid, reason)
{
TogglePlayerControllable(playerid,1);
}