22.08.2012, 18:34
Not sure if it would work..but try it
Код:
public OnPlayerRequestClass(playerid, classid) { switch (classid) { case 0, 1, 2: // 3 skins for this class { // Display the name of the class GameTextForPlayer(playerid, "HillBilly", 3000, 4); } case 3: // 1 skin for this class { // Display the name of the class GameTextForPlayer(playerid, "U.S AurForce" class, 3000, 4); } // And so on.... } return 1; }