31.08.2016, 12:45
And in the other commands also use color embedding
PHP код:
CMD:gotomb(playerid,params[])
{
SetPlayerPos(playerid, MoneyBagPos[0], MoneyBagPos[1] +3, MoneyBagPos[2]);
SendClientMessage(playerid, -1, "{FF0000}>> {BABABA} You have been teleported to the {FFA600}Money Bag");
return 1;
}

