07.08.2014, 19:44
the erors
and
this public Give me eroors
can you help me please|?
Код HTML:
error 002: only a single statement (or expression) can follow each "case"
Код:
public OnPlayerRequestClass(playerid, classid)
{
switch(classid) {
case 1:
SetPlayerColor(playerid, 0xFFFF00AA);
SetSpawnInfo(playerid, 1, GetPlayerSkin(playerid), 1137.6893, 1344.9765, 10.8203, 0.0, 0, 0, 0, 0, 0, 0);
GameTextForPlayer(playerid, "~y~Team -A-", 3500, 3);
case 7:
SetPlayerColor(playerid, 0x00FFFFFF);
SetSpawnInfo(playerid, 2, GetPlayerSkin(playerid), 1137.5227, 1221.604, 10.8203, 0.0, 0, 0, 0, 0, 0, 0);
GameTextForPlayer(playerid, "~b~Team -B-", 3500, 3);
}
SetupPlayerForClassSelection(playerid);
return 1;
}
can you help me please|?


