Quote:
Originally Posted by Troydere
PHP код:
switch(listitem) // If be more than 2 classes
{
case 0: Player [playerid][pClass] = [GCLASS_0]; // you're missing semi colons here aswell
case 1: Player [playerid][pClass] = [GCLASS_1]; // you're missing semi colons here aswell
}
SpawnPlayer(playerid); // Do spawn
By the way, can I ask what is [GCLASS_x] ? It does not seem logic to have it under brackets.
|
G class is Grove Class,Pl0x, I'm missing semi colons? please tell where