21.06.2016, 17:21
PHP Code:
new string[128];
new pName[24];
format(string, sizeof(string),"%s%s[%i]: %s", gVip[playerid] ? ("[VIP]") : (#), (GetPlayerName(playerid, pName, 24), pName), playerid, text);
SendClientMessageToAll(-1, string);