SA-MP Forums Archive
guyz how to. ...... - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: guyz how to. ...... (/showthread.php?tid=145886)



guyz how to. ...... - Cristiano[TW[ - 04.05.2010

hi first

how to make the team colors its in wiki when i make it doesnt work
and how to put team selection if i have two teams .....

waiting for replys

want to pm me
msn m.ezat@tamerlovers.com
ym cristianoking@ymail.com


thank u all


Re: guyz how to. ...... - Cristiano[TW[ - 04.05.2010

the replys i need help fast


Re: guyz how to. ...... - Jakku - 04.05.2010

Use SetPlayerColor(playerid, COLOR);

Simple.


Re: guyz how to. ...... - Cristiano[TW[ - 04.05.2010

I Want an example to know how sry for annoy


Re: guyz how to. ...... - Jakku - 04.05.2010

Quote:
Originally Posted by Cristiano[TW[
I Want an example to know how sry for annoy
pawn Код:
if (gTeam[playerid] == 1) {
SetPlayerColor(playerid, COLOR_RED);
}



Re: guyz how to. ...... - Cristiano[TW[ - 04.05.2010

LOL But i think i must define something ......


Re: guyz how to. ...... - -Rebel Son- - 04.05.2010

yes,
Код:
#define TEAM1
Код:
#define TEAM2
Код:
 #define COLOR_TEAM1
Код:
#define COLOR_TEAM2
then on your team selection put
Код:
SetPlayerColor(playerid,COLOR_TEAM1); // or two?



Re: guyz how to. ...... - Cristiano[TW[ - 04.05.2010

i ask also how to put team selection two teams


Re: guyz how to. ...... - Cristiano[TW[ - 04.05.2010

reply plz


Re: guyz how to. ...... - Steven82 - 05.05.2010

We just told you everything we know so....LEARN PAWNO!