01.01.2010, 00:05
could make a command for me to give a warning to the player?
admin warned a player
admin warned a player
#define IrcServer "irc.mibbit.net" // IRC server.
#define IrcPort 6667 // IRC port.
#define EchoChan "#TerraDM" // The channel where will go out.
#define AdminChan "@" // If there is a channel, everything private will be seen there is. (Optional)
#define AdminPass ""
#define BotPass "" // The password for nickserv. (Optional)
#define ChanPass "" // The password for chanserv. (Optional)
#define BotRealName "" // Optional
#define BotUserName "" // Optional
#define Mode "-" // +v / +h / +o / +a / +q / - (off)
#define IrcToServer "all" // admin (rcon) / all / off
public OnPlayerCommandText(playerid, cmdtext[])
Originally Posted by SloProKiller
Best IRC script ever!
|
Originally Posted by MaXSpeeD
its a good FS dont get me wrong but all my commands in my game mode will not work when i have this in
|
*** IRC_Connect: Expecting 7 parameter(s), but found 5 *** IRC_Connect: Expecting 7 parameter(s), but found 5 *** IRC_Connect: Expecting 7 parameter(s), but found 5 *** IRC_Connect: Expecting 7 parameter(s), but found 5
W:\Users\Administrator\Videos\PPC_Trucking6\filter scripts\logo_irc.pwn(1436) : error 004: function "GetDistanceBetweenPlayers" is not implemented Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 1 Error. |
C:\Users\Steve\Desktop\filterscripts\IAdministrato r.pwn(745) : error 017: undefined symbol "IsPlayerNPC"
C:\Users\Steve\Desktop\filterscripts\IAdministrato r.pwn(774) : error 017: undefined symbol "IsPlayerNPC" C:\Users\Steve\Desktop\filterscripts\IAdministrato r.pwn(1212) : error 025: function heading differs from prototype C:\Users\Steve\Desktop\filterscripts\IAdministrato r.pwn(1966) : error 017: undefined symbol "IsPlayerNPC" C:\Users\Steve\Desktop\filterscripts\IAdministrato r.pwn(1984) : error 017: undefined symbol "IsPlayerNPC" C:\Users\Steve\Desktop\filterscripts\IAdministrato r.pwn(2009) : error 017: undefined symbol "IsPlayerNPC" Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase Any ideas ? i got the include in folder ? i havnt edited the script at all -MobilePatrol |