24.04.2010, 18:06
Hey Again Guys! Alright today I'm working on Factions, I have a general knowledge of scripting but i was wondering if anyone could show me how to create factions? That would be awesome. Thanks!!!
#define TEAM_TEAMHERE #define TEAM_TEAMHERE // on and on and on new gTeam[MAX_PLAYERS];
if (strcmp("/example", cmdtext, true, 10) == 0) { if(gTeam == TEAM_TEAMHERE) { SendClientMessage(playerid,COLOR,"This is an example"); } else { SendClientMessage(playerid,COLOR,"You are nto that team"); } return 1; }