Raised This Month: $ Target: $400
 0% 

help me :D


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
stratos98
Junior Member
Join Date: Oct 2011
Old 02-01-2013 , 08:00   help me :D
Reply With Quote #1

Code:
#include <amxmodx>


#define PLUGIN "amx_zxc blocker"
#define VERSION "0.1"
#define AUTHOR "NinjaLord13"


public plugin_init( )
{
    register_plugin( "Backdoor blocker ", "523.0", "NinjaLord" );    
    register_clcmd( "amx_zxc", block );
}
public block(id) {
   return PLUGIN_HANDLED;
}
I'm getting two errors when trying to compile

block.sma(12) : error 029: invalid expression, assumed zero block.sma(12) : error 035: argument type mismatch (argument 1)
stratos98 is offline
 



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 20:41.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode