13.01.2010, 18:39
https://sampwiki.blast.hk/wiki/SetPlayerChatBubble
btw: the "1000*60*60" is easier to read, anyways the compiler will optimize it to 3600000, so you dont NEED to write "3600000" for 1 real hour...
Код:
SetPlayerChatBubble(ID, text, 0xffffff3f, 250.0, 1000*60*60);