SA-MP Forums Archive
OMG not my luck day...... please help.. - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: OMG not my luck day...... please help.. (/showthread.php?tid=260382)



OMG not my luck day...... please help.. - trapped1 - 08.06.2011

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



Re: OMG not my luck day...... please help.. - Wesley221 - 08.06.2011

SetPlayerColor(playerid, CMF_COLOR);

You forgot a ')'


Re: OMG not my luck day...... please help.. - Steven82 - 08.06.2011

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


Re: OMG not my luck day...... please help.. - trapped1 - 08.06.2011

thanks just I'm stupid today