[Help] Team cars
#8

Quote:
Originally Posted by mitsos1997
Посмотреть сообщение
I NEED SOMEONE TO MAKE ME A TEAM SYSTEM BECAUSE I DONT KNOW HOW ..AND REALLY I NEED THIS TEAM SYSTEM ...PLEASE HELP
easy
pawn Код:
new Team[MAX_PLAYERS];
#define TEAM_1 0
#define TEAM_2 1

if(Team[playerid] == TEAM_1) {
     SendClientMessage(playerid,COLOR,"You are team 1");
}

if(Team[playerid] == TEAM_2) {
     SendClientMessage(playerid,COLOR,"You are team 2");
}
Reply


Messages In This Thread
[Help] Team cars - by Twinki1993 - 12.07.2011, 23:32
Re: [Help] Team cars - by Vero - 12.07.2011, 23:40
Re: [Help] Team cars - by Twinki1993 - 12.07.2011, 23:41
Re: [Help] Team cars - by Vero - 12.07.2011, 23:43
Re: [Help] Team cars - by Twinki1993 - 12.07.2011, 23:44
Re: [Help] Team cars - by Vero - 12.07.2011, 23:46
[HELP]TEAM SYSTEM - by mitsos1997 - 19.07.2011, 07:47
Re: [Help] Team cars - by Kitten - 19.07.2011, 07:49

Forum Jump:


Users browsing this thread: 3 Guest(s)