22.07.2010, 05:54
Hey all,
I was busy adding IRC commands, all went well till i made this. It reloads the gamemode.
Pawno gives me this:
For your information, the "IRCbot" does nothing ![Tongue](images/smilies/razz.gif)
Thanks!
I was busy adding IRC commands, all went well till i made this. It reloads the gamemode.
Код:
irccmd_restart(conn, channel[], user[], params[]) { if(!ircIsOp(conn,channel,user)) return false; printinfo new strMsg[1000]; format(strMsg, sizeof(strMsg), "changemode 1.8", params); //ircSay(conn,channel,strMsg); SendRconCommand(strMsg); return true; }
Код:
C:\Documents and Settings\Martin\Desktop\defserver\gamemodes\1.8.pwn(21244) : warning 203: symbol is never used: "irccmd_restart" Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 1 Warning.
![Tongue](images/smilies/razz.gif)
Thanks!