Vice City Multiplayer
VC:MP 0.3 => mIRC/pawn Scripting => Topic started 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?. :(
-
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)