12.09.2011, 16:47
You set both classes to locked...
update these
pawn Код:
public OnPlayerRequestClass(playerid, classid)
{
switch(classid)
{
case 0: Locked[playerid] = 1; //this one DOESNT.
case 1: Locked[playerid] = 1; //this one too
}
return 1;
}
pawn Код:
case 0: Locked[playerid] = 0; //this one DOESNT.