How to make some command for some color only
#2

Код:
if(GetPlayerColor(playerid) == COLOR_BLUE)
{
// code here
}
else
{
SendClientMessage(playerid,COLOR_RED,"You don't have color blue.");
}
return 1;
}
change color_Red to ur color, should work.
Reply


Messages In This Thread
How to make some command for some color only - by Jakku - 28.05.2009, 10:50
Re: How to make some command for some color only - by Gamer007 - 28.05.2009, 10:56
Re: How to make some command for some color only - by Jakku - 28.05.2009, 11:03

Forum Jump:


Users browsing this thread: 1 Guest(s)