Guest User

Untitled

a guest
Feb 15th, 2010
175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. new nugg[30], strong[128], ming[30], sIP[30];
  2. GetPlayerName(playerid,nugg,sizeof(nugg));
  3. GetPlayerIp(playerid, sIP, sizeof(sIP));
  4. format(ming,sizeof(ming),"/IPADDRESSES/%s.txt",nugg);
  5. new File:file = fopen(ming,io_append);
  6. format(strong,sizeof(strong),"%s",sIP);
  7. fwrite(file,strong);
  8. fclose(file);
Advertisement
Add Comment
Please, Sign In to add comment