03.01.2012, 09:22
I'm not sure what are you trying to do here, but anyway, check this out:
pawn Code:
if(classid == 1)
{
if(!PlayerNameIs(playerid, "Vrondakis"))
{
SendClientMessage(playerid,COLOR_RED,"You are not the mighty Vrondakis");
return 0;
}
}
SetupPlayerForClassSelection(playerid);
return 1;
}
//////^^^^//////

