08.06.2011, 15:52
Код:
SetPlayerColor(playerid, GS_COLOR);//color
Код:
error 035: argument type mismatch (argument 2)
SetPlayerColor(playerid, GS_COLOR);//color
error 035: argument type mismatch (argument 2)
#define GS_COLOR #002BFF
{ if(GetPlayerSkin(playerid) == 105)//grove { SetPlayerColor(playerid, GS_COLOR);//color SetPlayerTeam(playerid, 0);// you need team so if someone shoots another person in team, they wont lose health SendClientMessage(playerid, TEAM_GS, "You have joined team GROVE"); } |
#define GS_COLOR 0x002BFFFF