07.07.2014, 13:08
Quote:
|
SetPlayerChatBubble(playerid, text,-1, 100.0, 10000); |
Quote:
|
public OnPlayerText(playerid, text[]) { SetPlayerChatBubble(playerid, text, 0xFF0000FF, 20.0, 10000); return 1; } |
THX
|
SetPlayerChatBubble(playerid, text,-1, 100.0, 10000); |
|
public OnPlayerText(playerid, text[]) { SetPlayerChatBubble(playerid, text, 0xFF0000FF, 20.0, 10000); return 1; } |