13.05.2013, 15:13
Why wont this work?
I want to call OnPlayerRequestClass when a player dies.
Код:
public OnPlayerDeath(playerid, killerid, reason)
{
ForceClassSelection(playerid);
return 1;
}


