15.10.2013, 20:30
try something like
pawn Код:
public OnPlayerSpawn(playerid)
{
TogglePlayerControllable(playerid,1);
return 1;
}