02.06.2015, 08:39
re-upload link please :S
#include <floodcontrol>
C:\Users\Korisnik\Desktop\Yugoslavia Trucking v.0.3.7\gamemodes\YT.pwn(91) : fatal error 100: cannot read from file: "floodcontrol" Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 1 Error.
static stock IpToInt2(const ip[])
{
new b=(ip[2]=='.')?3:4,c=(ip[b+1]=='.')?(b+2):(b+3),d=(ip[c+1]=='.')?(c+2):(c+3);
static Byte[1 char];
return Byte{0} = strval(ip[0]),
Byte{1} = strval(ip[b]),
Byte{2} = strval(ip[c]),
Byte{3} = strval(ip[d]),
Byte;
}