new file[256],name[MAX_PLAYER_NAME], tmp3[100]; GetPlayerName(playerid,name,sizeof(name)); format(file,sizeof(file),"/VIP/%s.ini",udb_encode(name)); GetPlayerIp(playerid,tmp3,100); dini_intSet(file,"ip",tmp3);