Okk je regarde le code et je te le dit ^^
EDIT:
[code] new namestring = strfind(PlayerName, "_", true);
if(namestring == -1)
Tu pourrais le mettre comme cela
if(strfind(PlayerName, "_", true) == -1);
Et ici mais c' est pas trop grave c 'est ton choix
new PlayerIP[16];
GetPlayerIp(playerid, PlayerIP, sizeof(PlayerIP));
Comme on utilise plus PlayerName !
J aurais fait ca ^^
GetPlayerIp(playerid, PlayerName, sizeof(PlayerName));[/code]