Hello There, Guest! Login or Register


Help is needed
#6
Untested:

http://pastebin.com/m90f1501

EDIT: Debugging a script is simple, just add printf statements to several lines .. examply;

printf("GetPlayerName = %s", PlayerName); under the GetPlayerName function, to check if its receiving the name.
printf("Ingame join message received"); under your message to tell people ingame that a player joined
printf("irc string formatted"); under the format(....) of you irctext
printf("irc string sent"); under your IrcSay();

Every printf statement will be put into your server_log.txt

If any printf  is missing, you can find the error easily.


Messages In This Thread
Help is needed - by [BA]Matthias - 02-22-2009, 12:10 PM
Re: Help is needed - by Mark - 02-22-2009, 05:26 PM
Re: Help is needed - by Fireburn - 02-23-2009, 05:33 PM
Re: Help is needed - by Jay - 02-23-2009, 06:13 PM
Re: Help is needed - by [BA]Matthias - 02-23-2009, 08:16 PM
Re: Help is needed - by wootcake - 02-25-2009, 09:21 AM
Re: Help is needed - by [BA]Matthias - 02-25-2009, 12:28 PM