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


Messages In This Thread
OMG not my luck day...... please help.. - by trapped1 - 08.06.2011, 17:53
Re: OMG not my luck day...... please help.. - by Wesley221 - 08.06.2011, 17:59
Re: OMG not my luck day...... please help.. - by Steven82 - 08.06.2011, 18:07
Re: OMG not my luck day...... please help.. - by trapped1 - 08.06.2011, 18:22

Forum Jump:


Users browsing this thread: 1 Guest(s)