13.07.2013, 18:06
I've made this code but i don't know how to set other people without tag to NO_TEAM..
How could i do that?
E_E
Here is my code..
How could i do that?
E_E
Here is my code..
Код:
public OnPlayerConnect(playerid) { if(!strcmp(clantag, "[Daedric]", true)) { SendClientMessage(playerid, DAEDRIC_COLOUR, "Sei stato riconosciuto come membro di daedric.."); SetPlayerTeam(playerid, 1); SetPlayerColor(playerid, DAEDRIC_COLOUR); return 1; } if(!strcmp(clantag, "[Test]", true)) { SendClientMessage(playerid, TEST_COLOUR, "Sei stato riconosciuto come membro di test.."); SetPlayerTeam(playerid, 2); SetPlayerColor(playerid, TEST_COLOUR); } return 1; }