07.01.2014, 11:50
Make it look like this :
That should work.
Код:
CMD:togtips(playerid, params[])
{
if(PlayerInfo[playerid][pTips] == 0)
{
SendClientMessage(playerid, COLOR_WHITE, " You have toggled the tips {FF9900}off{FFFFFF}.");
}
else
{
SendClientMessage(playerid, COLOR_WHITE, " You have toggled the tips {33AA33}on{FFFFFF}.");
}
return 1;
}

