OMG not my luck day...... please help..
#1

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");
	}
Reply
#2

SetPlayerColor(playerid, CMF_COLOR);

You forgot a ')'
Reply
#3

Really now..how in the hell did you not catch the ")" missing..
Reply
#4

thanks just I'm stupid today
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)