salut,
Je voudrais récupérer l'ip d'un joueur en dini quand il se déconnecte donc je fais:
new ip[16];
GetPlayerIp(playerid, ip, sizeof(ip));
format(str, sizeof(str), "%d", ip);
dini_IntSet(tmp,"Ip",str);
mais ca m'affiche: 50 tous simplement..
Merci de bien vouloir m'aider :)