Posts: 983
Threads: 98
Joined: Feb 2012
Reputation:
0
Hello, I need some help, I wanna add some gang colors to my script, so every gang-slot will own it own color, for example, The Mafia is RED, and Yakuza is gray, please help!
(Setting a player's color in his family) for example /families 11 owns color gray HOW!
Posts: 1,938
Threads: 16
Joined: Feb 2007
Reputation:
0
if(familyID[playerid] == 11) { SetPlayerColor(playerid, 0x777777AA); }
All speculative.
Posts: 3,715
Threads: 358
Joined: Apr 2012
Reputation:
0
Edit: Didn't read the thread sorry.
Wrong post.
Posts: 985
Threads: 13
Joined: Sep 2011
Reputation:
0
Never Mind, sorry for this post.
Posts: 1,938
Threads: 16
Joined: Feb 2007
Reputation:
0
As I said,, the code I posted was an example. It was not copy-paste ready code! I don't even know how you get your familycode.
Posts: 983
Threads: 98
Joined: Feb 2012
Reputation:
0
Im going to PM you my families system
Posts: 1,938
Threads: 16
Joined: Feb 2007
Reputation:
0
I'd rather not. I am just helping you and not going to give you code that is copy-paste ready.