Skip to content

Instantly share code, notes, and snippets.

@dennorske
Created March 10, 2013 13:36
Show Gist options
  • Select an option

  • Save dennorske/5128595 to your computer and use it in GitHub Desktop.

Select an option

Save dennorske/5128595 to your computer and use it in GitHub Desktop.
Ini_adress
stock INI_adress(playerid)
{
new file[70];
format(file, sizeof(file),"PowerAdmin/ipbans/%s.ini", ip(playerid));
return file;
}
@dennorske
Copy link
Author

meh

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment