04.08.2012, 12:58
How can i make a class selection look like this one
public OnPlayerRequestClass(playerid, classid)
{
switch(classid)
{
case 0: GameTextForPlayer(playerid, "~b~Cop", 3000, 3);
case 1: GameTextForPlayer(playerid, "~r~Medic", 3000, 3);
}
return 1;
}