[HELP] npc and SetPlayerChatBubble - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: [HELP] npc and SetPlayerChatBubble (
/showthread.php?tid=118878)
[HELP] npc and SetPlayerChatBubble -
snabbo - 05.01.2010
hi,
I have a problem
look: I have an NPC with 0 playerid, and over his head, I have fresh Hijnen text of welcome on my server ..
This is the code:
Код:
forward spawnnpc();
//OnGameModeInit
SetTimer("spawnnpc",1,false);
//under OnGameModeInit
public spawnnpc()
{
SetPlayerChatBubble(0, "Welcome To me server!", 0xFF0000FF, 100.0, 10000);
return 1;
}
Thanks!
Snabbo
Re: [HELP] npc and SetPlayerChatBubble -
jordylol6 - 05.01.2010
Hhhmmm,,,, maybe you should look at wiki ff das handy what will surely stand
Re: [HELP] npc and SetPlayerChatBubble -
snabbo - 05.01.2010
No, I have looked I have also come timer etc. ...
Re: [HELP] npc and SetPlayerChatBubble -
jordylol6 - 05.01.2010
yeah i find nothing
Re: [HELP] npc and SetPlayerChatBubble -
snabbo - 05.01.2010
:S maybe someone else can help me?
Re: [HELP] npc and SetPlayerChatBubble -
jordylol6 - 05.01.2010
i have no idee
Re: [HELP] npc and SetPlayerChatBubble -
snabbo - 06.01.2010
Nobody really knows how to do that: S