I used GHW's web editor for the admin flags set for each command, worked fine, but when I tried compiling it gave me an error, but it usually does whenever I use the Web compiler, so I decided to use AMXX Studio, right? I used that and everything worked great...exept for this:
Code:
Error: Argument type mismatch (argument 2) on line 325
On line 325 I have this:
Code:
register_clcmd("fullupdate",ADMIN_ALL,"fullupdate",ADMIN_ALL)
So I took out 1/2 the code so that it was
Code:
register_clcmd("fullupdate",ADMIN_ALL)
But I got the same error message...
Will someone please help?