Raised This Month: $ Target: $400
 0% 

Redirection by Origin


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
p3tsin
Senior Member
Join Date: Sep 2005
Location: Finland
Old 04-11-2006 , 17:51  
Reply With Quote #1

Code:
#define MAX_ORIGINS 10 new Float:redir_origin[MAX_ORIGINS][3] public plugin_cfg() {     new configsdir[128], filename[192]     get_configsdir(configsdir,127)     format(filename,191, "%s/redir_list.ini", configsdir)     if(!file_exists(filename)) {         log_amx("File not found: %s", filename)         return PLUGIN_CONTINUE     }     new mapname[32]     get_mapname(mapname,31)     new line, data[64], txt     while(read_file(filename,line++,data,63,txt)) {         if(data[0] == ';' || !txt) continue         //if(equal(data,mapname)) ...     }     return PLUGIN_CONTINUE }
__________________
plop
p3tsin 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 16:41.


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