16.03.2013, 15:44
Hello, i have an Problem how to make that the Playername also "%s" are screened in the normal Playercolor which is setted with "SetPlayerColor" because the Playername is now too with this Color: {B2FFFF}
Код:
if(pInfo[playerid][pVipLevel] >= 1) { new string[128], playername[MAX_PLAYER_NAME]; GetPlayerName(playerid, playername, sizeof(playername)); {} format(string, sizeof(string), "{B2FFFF}[VIP] %s: {FFFFFF}%s ",playername, text); SendClientMessageToAll(GetPlayerColor(playerid), string); return 0; }