30/12/2020 15:46
Use GetPlayerIp & strcmp
Código:
new ip[16];
GetPlayerIp(playerid, ip, sizeof(ip));
if ( !strcmp(ip, "127.0.0.1", true) )