19.03.2012, 15:18
(
Последний раз редактировалось Rambo_John; 20.03.2012 в 06:21.
)
I haven't understood yet how to see the hostname of someone...GetPlayerHost returns 1 not a string....How to see it?
This thing gives me
pawn Код:
public OnPlayerConnect(playerid) // You are connecting to your server, and your IP is 127.0.0.1
{
print(GetPlayerHost(playerid)); // This will print "localhost" in the console output
return 1;
}
pawn Код:
C:\Users\Terminator\Documenti 2\gta\samp03dsvr_R2_win32\filterscripts\banhost.pwn(11) : error 035: argument type mismatch (argument 1)
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
1 Error.