(04-24-2016, 03:13 PM)Manman1232163 Wrote: ... You need to be able to pay the guys/me for that... Pm me and i'll see what i can do
(04-24-2016, 03:21 PM)Manman1232163 Wrote: Just cause u a little kid...
if(PlayerInfo[playerid][Level] >= 0) { new String[256], CB[MAX_CHATBUBBLE_LENGTH + 1]; format(String, 256, "%s [%d]: {FFFFFF}%s", pName(playerid), playerid, text); format(CB, MAX_CHATBUBBLE_LENGTH, "Says: %s", text); SendClientMessageToAll(GetPlayerColor(playerid), String); SetPlayerChatBubble(playerid, CB, white1, 25.0, 5000); return 0; }