Raised This Month: $ Target: $400
 0% 

Help in Script


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
tousif
AlliedModders Donor
Join Date: Nov 2014
Location: India
Old 11-28-2014 , 10:15   Re: Help in Script
Reply With Quote #16

tagger.sma(2 : error 088: number of arguments does not match definition

PHP Code:
#include <amxmodx>

#define PLUGIN "Tagger"
#define VERSION "1.0"
#define AUTHOR "Gullu Bhai"

public plugin_init()
{
    
register_plugin(PLUGINVERSIONAUTHOR)
}

new const 
g_tag[] = "~=NarC^^()~";

new 
g_ig[] = {
"~=NarC^^(S)~",
"~=NarC^^(P)~",
"~=NarC^^(FuN)~",
"~=NarC^^(Fun)~",
"~=NarC^^(O)~",
"~=NarC^^(FUN)~",
"~=NarC^^(C)~"
}

public 
client_putinserver(client){
    static 
szName[32];
    
get_user_name(client,szName,charsmax(szName)) ;

    if (
contain(szNameg_tagg_ig) != 0// Check if tag starts at beginning of name.
    
{
        
format(szName,charsmax(szName),"%s %s",g_tag,szName);
        
set_user_info(client,"name",szName);
    }

this error when using this
PHP Code:
if (contain(szNameg_tagg_ig) != 0// Check if tag starts at beginning of name. 
tousif 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 17:37.


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