Raised This Month: $51 Target: $400
 12% 

Clan Tag protection for LAN


Post New Thread Reply   
 
Thread Tools Display Modes
[cTs] Strake*ROC*
Member
Join Date: Mar 2004
Old 07-18-2004 , 02:42  
Reply With Quote #11

** NOT YET TESTED **

but compiles fine....

Code:
/* AMX Mod X script. * * (c) 2004, Strake * This file is provided as is (no warranties). */ #include <amxmodx> new plrid public plugin_init(){     register_plugin("ClanTagProtect","1.0","Strake")     register_clcmd("amx_tagpass", "tagpass") } public client_putinserver(id) { new stClanTag[11] new iCurrentLine = 1 new iTextLen new stfileName[30] stfileName = "addons/amxx/ClanTags.ini" while ( read_file(stfileName, iCurrentLine, stClanTag, 50, iTextLen) >0 ) { new stTag[11] new stPassword[21] parse(stClanTag, stTag, 10, stPassword, 20) client_print(id, print_console, "Enter your Clan Tag's Password Now") client_print(id, print_console, "Clan Tag: %s", stTag) iCurrentLine++ } } public tagpass(id) { plrid = id new fileName[30] new ClanTag[11] new iCurrentLine = 1 new iTextLen fileName = "addons/amxx/ClanTags.ini" while ( read_file(fileName, iCurrentLine, ClanTag, 50, iTextLen) >0) { new Tag[11] new Pass[21] parse(ClanTag, Tag, 10, Pass, 20) new ArgTag[11] new ArgPass[21] read_argv(1, ArgTag, 10) read_argv(2, ArgPass, 20) if (equal(ArgTag, Tag)) { if (equal(ArgPass, Pass)) { client_print(plrid, print_chat, "Welcome Clan Member.") } else { server_cmd("amx_kick %s", plrid) } } iCurrentLine++ } }
__________________
[cTs] Strake*ROC* is offline
romanu
Junior Member
Join Date: Jul 2004
Old 07-18-2004 , 11:39  
Reply With Quote #12

Well done Strake. I'll wait for the full working plugin
romanu is offline
[cTs] Strake*ROC*
Member
Join Date: Mar 2004
Old 07-18-2004 , 13:33  
Reply With Quote #13

Yeah, i missing somthing, i figgured it out alst night, but i woke up 30 seconds ago, lemme figgure out what it was again One sec....
__________________
[cTs] Strake*ROC* is offline
[cTs] Strake*ROC*
Member
Join Date: Mar 2004
Old 07-18-2004 , 13:57  
Reply With Quote #14

Crap... i fixed it all up just now, and it dosnt work, anyone who wants to fix whatever i did worng, feel free to
__________________
[cTs] Strake*ROC* is offline
romanu
Junior Member
Join Date: Jul 2004
Old 07-19-2004 , 14:52  
Reply With Quote #15

Does anyone want to help Strake?
This plugin is very important to me.
romanu is offline
romanu
Junior Member
Join Date: Jul 2004
Old 07-21-2004 , 21:14  
Reply With Quote #16

Strake ... are you still working on it?
romanu is offline
Reply



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 10:09.


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