26.08.2010, 17:42
(
Последний раз редактировалось playbox12; 26.08.2010 в 18:11.
)
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);
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.