10.03.2014, 19:22
Is that everything? If yes, try this:
pawn Code:
public OnPlayerRequestClass(playerid, classid)
{
if(IsPlayerNPC(playerid)) return 1;
TextDrawShowForPlayer(playerid, txtClassSelHelper);
return 1;
}