Raised This Month: $ Target: $400
 0% 

Model Protector - The Specialists


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
ng1200
Member
Join Date: May 2005
Old 02-21-2006 , 06:26   Model Protector - The Specialists
Reply With Quote #1

hi,
i got a problem with my code.
pepole can use the protected models.
i used this code to protect em:

Code:
/* Plugin generated by AMXX-Studio */ #include <amxmodx> #include <amxmisc> #define PLUGIN "Protected Models" #define VERSION "1.0" #define AUTHOR "CBM" public plugin_init() {     register_plugin(PLUGIN, VERSION, AUTHOR)         // Add your code here... } public client_infochanged(id) {     new model[33], authid[32]     get_user_authid(id,authid,31)     get_user_info(id,"model",model,32)     if(equali(model,"alhazblue") && !equali(authid,"STEAM_0:0:5968622"))     {         client_print(id,print_chat,"[ProtectModel] Sorry but this model is protected.")         set_user_info(id,"model","gordon")     }     if(equali(model,"alhazred") && !equali(authid,"STEAM_0:1:2334817"))     {         client_print(id,print_chat,"[ProtectModel] Sorry but this model is protected.")         set_user_info(id,"model","gordon")     }     return PLUGIN_HANDLED }
but some pepole without my steamid, can use my model - alhazblue
help?
ng1200 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:16.


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