Raised This Month: $ Target: $400
 0% 

[HELP] My Code Not Working Fine :(


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
priyojit
Member
Join Date: Nov 2013
Location: Kolkata
Old 12-11-2014 , 09:46   Re: [HELP] My Code Not Working Fine :(
Reply With Quote #10

Quote:
Originally Posted by tousif View Post
what is the error it showing when compiling
its not compile error

its error this section


PHP Code:
public Handle(id

    static 
szName[33], szTag[16]; 
    new 
Msg[32
    
read_args(Msgcharsmax(Msg)) 
    
remove_quotes(Msg
    
get_user_name(idszNamecm(szName)); 
    
get_pcvar_string(pCvar_TagszTagcm(szTag)); 
           
    
// Make Tag 
    
if(equali(Msg"/tagme")) { 
        
format(szNamecm(szName), "%s%s"szTagszName); 
        
set_user_info(id"name"szName); 
       
set_dhudmessage(016000.200.6026.012.0
       
show_dhudmessage(id"You Got Our Server Tag"
         } 
    
// Untag     
    
if(equali(Msg"/untag")) { 
        
replace_allszNamecm(szName), szTag"" ); 
        
set_user_infoid"name"szName ); 
        
set_dhudmessage(016000.200.6026.012.0
        
show_dhudmessage(id"You Remove Our Server Tag"
      } 
       
    
// Alredy Tag 
    
if(containi(szNameszTag) != -1) { 
        
set_dhudmessage(016000.200.6026.012.0
        
show_dhudmessage(id"You Already Have Our Server Tag"
        } 
         
    return 
PLUGIN_CONTINUE

when i type /tagme Both "You Already Have Our Server Tag" and "You Got Our Server Tag" coming plz correct it
__________________
Learning Pawn [20% Completed] | Java [100%] | PHP [100%] | CSS [100%]
priyojit 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 15:19.


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