21.12.2010, 08:30
i have created an anti- hacker security system to my server
it csauses with 2 warnings
when you fail the stuff you get an ip ban
what's the problem with this?
it csauses with 2 warnings
when you fail the stuff you get an ip ban
PHP код:
new IPP[16];
GetPlayerIp(playerid, IPP, sizeof(IPP));
SendRconCommand("banip %s", IPP); <<<<<<<<Warning (warning 202: number of arguments does not match definition)