02.11.2016, 09:06
Hello.
I am using this plugin:
https://sampforum.blast.hk/showthread.php?tid=75605
And this is my code
Weirdly it only outputs my ip adress, instead of my hostname.
Why is that?
I am using this plugin:
https://sampforum.blast.hk/showthread.php?tid=75605
And this is my code
PHP код:
/* ============================================================================= */
COMMAND:testing(playerid,params[])
{
SendClientMessage(playerid,-1,sprintf("%s",rdns(Ip(playerid))));
return 1;
}
/* ============================================================================= */
Why is that?