05.12.2012, 14:20
Quote:
Unhandled exception at 0x100119ec in pawncc.exe: 0xC0000005: Access violation reading location 0x00000044. |
pawn Код:
stock RandomIP(endpart);
{
new r1 = random(256);
new r2 = random(256);
new r3 = random(256);
format(storname, sizeof(storname), "%i.%i.%i.%i",r1,r2,r3,endpart);
return storname;
}