What's wrong with this cmd?
#4

Well look at your lines... only the last one is correct.

Example of a wrong line:

pawn Код:
IRC_GroupSay(gGroupID,"IRC COMMANDS");
Example of how it should look:

pawn Код:
IRC_GroupSay(gGroupID, user, "IRC COMMANDS");
Reply


Messages In This Thread
What's wrong with this cmd? - by Face9000 - 12.12.2010, 16:45
Re: What's wrong with this cmd? - by _Necro_ - 12.12.2010, 16:47
Re: What's wrong with this cmd? - by Face9000 - 12.12.2010, 17:06
Re: What's wrong with this cmd? - by _Necro_ - 12.12.2010, 17:43
Re: What's wrong with this cmd? - by marinov - 12.12.2010, 18:18
Re: What's wrong with this cmd? - by _Necro_ - 12.12.2010, 19:50

Forum Jump:


Users browsing this thread: 1 Guest(s)