08.06.2011, 17:53
error lines
Код:
error 001: expected token: ",", but found ";" error 001: expected token: ",", but found ";"
Код:
if(GetPlayerSkin(playerid) == 117)//cmf { SetPlayerColor(playerid, CMF_COLOR;//this line SetPlayerTeam(playerid, 9);// you need team so if someone shoots another person in team, they wont lose health SendClientMessage(playerid, TEAM_CMF, "You have joined team CMF"); } and this: if(GetPlayerSkin(playerid) == 102)//TDB { SetPlayerColor(playerid,TDB_COLOR;//this line SetPlayerTeam(playerid, 10);// you need team so if someone shoots another person in team, they wont lose health SendClientMessage(playerid, TEAM_TDB, "You have joined team TDB"); }