05.01.2010, 16:51
hello, I've created a code for an NPC bubble but he does not. what's wrong?
Thanks
greetz jordy
Код:
forward spawnnpc(); //OnGameModeInit SetTimer("spawnnpc",1,false); //under OnGameModeInit public spawnnpc() { SetPlayerChatBubble(0, "Welcome To me server!", 0xFF0000FF, 100.0, 10000); return 1; }
greetz jordy