[HELP] npc and SetPlayerChatBubble
#1

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
Reply


Messages In This Thread
[HELP] npc and SetPlayerChatBubble - by snabbo - 05.01.2010, 15:43
Re: [HELP] npc and SetPlayerChatBubble - by jordylol6 - 05.01.2010, 16:19
Re: [HELP] npc and SetPlayerChatBubble - by snabbo - 05.01.2010, 16:20
Re: [HELP] npc and SetPlayerChatBubble - by jordylol6 - 05.01.2010, 16:21
Re: [HELP] npc and SetPlayerChatBubble - by snabbo - 05.01.2010, 16:22
Re: [HELP] npc and SetPlayerChatBubble - by jordylol6 - 05.01.2010, 19:31
Re: [HELP] npc and SetPlayerChatBubble - by snabbo - 06.01.2010, 15:57

Forum Jump:


Users browsing this thread: 1 Guest(s)