Pawno Crash ???
#1

Quote:

Unhandled exception at 0x100119ec in pawncc.exe: 0xC0000005: Access violation reading location 0x00000044.

Last code maked:
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;
}
Reply
#2

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;
}
Removed the ; behind RandomIP(endpart)
Reply
#3

THANK YOU.
I lol now.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)