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

Country kicker


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
[WbOF]LuZiFeR
AlliedModders Donor
Join Date: Jun 2004
Old 05-10-2005 , 03:47  
Reply With Quote #11

Yes...You are right....

I have changed it to this:

Code:
stock IsLocalIp(IP[32]) {         new tIP[32]         copy(tIP,3,IP)         if(equal(tIP,"10.") || equal(tIP,"127"))                 return 1         copy(tIP,7,IP)         if(equal(tIP,"192.168"))                 return 1         copy(tIP,3,IP)         if(equal(tIP,"172"))                 return 1         return 0 }

And now it works...

(Remember, it will handles the AOL-Users like an error or local-user ! If you'll use it as a kicker, it doesn't work...)

In the next few days i will show 'my' plugin in an extra thread..
[WbOF]LuZiFeR is offline
Send a message via AIM to [WbOF]LuZiFeR
 



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 11:43.


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