05.01.2010, 15:43
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:
Thanks!
Snabbo
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; }
Snabbo