09.09.2012, 09:57
I've been trying to disable class selection entirley but seems like it still appears, however it doesn't do anything.
I returned 0 on the OnPlayerRequestClass callback but I can still see those arrows and the spawn button.
Is there any way to disable it completly?
I returned 0 on the OnPlayerRequestClass callback but I can still see those arrows and the spawn button.
pawn Код:
public OnPlayerRequestClass(playerid, classid)
{
return 0;
}