Server crashes when a player gets killed.
#5

Are the error lines the SendCcientMessage stuff? I guess so, you are missing the color parameter there.

change
SendClientMessage(killerid, "a message...");
to
SendClientMessage(killerid, 0xFF3333FF, "a message...");

in both cases

0xFF3333FF is a color code, change it to whatever color you would like, this is red now. There are infos about this in the wiki and the forum.
Reply


Messages In This Thread
Server crashes when a player gets killed. - by twinki - 14.12.2010, 19:40
Re: Server crashes when a player gets killed. - by Lynn - 14.12.2010, 19:43
Re: Server crashes when a player gets killed. - by Mauzen - 14.12.2010, 19:43
Re: Server crashes when a player gets killed. - by twinki - 14.12.2010, 19:45
Re: Server crashes when a player gets killed. - by Mauzen - 14.12.2010, 19:51
Re: Server crashes when a player gets killed. - by twinki - 14.12.2010, 19:53
Re: Server crashes when a player gets killed. - by twinki - 14.12.2010, 21:47

Forum Jump:


Users browsing this thread: 1 Guest(s)