Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- new nugg[30], strong[128], ming[30], sIP[30];
- GetPlayerName(playerid,nugg,sizeof(nugg));
- GetPlayerIp(playerid, sIP, sizeof(sIP));
- format(ming,sizeof(ming),"/IPADDRESSES/%s.txt",nugg);
- new File:file = fopen(ming,io_append);
- format(strong,sizeof(strong),"%s",sIP);
- fwrite(file,strong);
- fclose(file);
Advertisement
Add Comment
Please, Sign In to add comment