Chatbubble Question
#1

pawn Код:
new name[MAX_PLAYER_NAME], string[50];
    GetPlayerName(playerid, name, sizeof(name));
    format(string, sizeof(string), "%s", name);
    SetPlayerChatBubble(playerid, string, COLOR_WHITE, 100.0, 99999999);
Is basicly what I am trying to do, but its not working. And for the people that may ask, it is under OnPlayerConnect.

Does anyone have a clue why it won't work

EDIT, Its probaly solved now, someone else working on the script added a similar thing in OnPlayerSpawn. Causing the script to create to bubbles at the same time and place, that can't be done so I deleted that part. Will test soon if that works.
Reply
#2

Try tu put it under OnPlayerSpawn?
Reply
#3

Quote:
Originally Posted by silvis123
Посмотреть сообщение
Try tu put it under OnPlayerSpawn?
That wouldn't matter, but I will give it a try, when there are no other explanations.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)