Jump to content

kellerman

Member
  • Posts

    42
  • Joined

  • Last visited

About kellerman

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

kellerman's Achievements

Newbie

Newbie (1/14)

3

Reputation

About:

new string[64];
        format(string, sizeof(string), "kellerman");

        if(GetPlayerName(playerid, string, sizeof(string)))
        {
            format(gMsg, 128, "sefu smecheriei %s: {FFFFFF}%s", GetName(playerid), text);
            nearByMessage(playerid, 0x07A7A7FF, gMsg, 10.0);
            SetPlayerChatBubble(playerid, text, COLOR_GREY, 10.0, 8000);
        }
        else
        {
            format(gMsg, 128, "%s: %s", GetName(playerid), text);
            nearByMessage(playerid, COLOR_WHITE, gMsg, 10.0);
            SetPlayerChatBubble(playerid, text, COLOR_GREY, 10.0, 8000);
        }

 

×
×
  • Create New...