Vice City Multiplayer

VC:MP 0.3 => mIRC/pawn Scripting => Topic started by: SkillzVice-City on April 11, 2012, 05:40:24 pm

Title: Hey , Hlp
Post by: SkillzVice-City on April 11, 2012, 05:40:24 pm
Hey , Need Help Look...

[pawn]#define Black 0x00000//  This Define Color [/pawn]

[pawn]    if (strcmp(cmd, "Black", true) == 0)
   {
     SetPlayerColor(playerid, Black);
     return 1;
[/pawn]

Not WORK why reason?.  :(
Title: Re: Hey , Hlp
Post by: sseebbyy on April 11, 2012, 06:08:16 pm
SetPlayerColor (http://thijn.vrocker-hosting.co.uk/VCWiki/index.php/SetPlayerColor) is bugged in vc:mp .

You have just SetPlayerTeam (http://thijn.vrocker-hosting.co.uk/VCWiki/index.php/SetPlayerTeam) , but this work just with Team Colors (http://thijn.vrocker-hosting.co.uk/VCWiki/index.php/TeamColors)