Created
March 10, 2013 13:36
-
-
Save dennorske/5128595 to your computer and use it in GitHub Desktop.
Ini_adress
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
stock INI_adress(playerid) | |
{ | |
new file[70]; | |
format(file, sizeof(file),"PowerAdmin/ipbans/%s.ini", ip(playerid)); | |
return file; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
meh