public OnPlayerRequestClass(playerid, classid){ if(GetPlayerScore(playerid) < 200) { return 0; }else{ return 1; }}