SA-MP Forums Archive
wont connect /+REPS\ - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: wont connect /+REPS\ (/showthread.php?tid=509118)



wont connect /+REPS\ - UfsDev - 25.04.2014

Код:
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase

Header size:           5904 bytes
Code size:          2775612 bytes
Data size:           211624 bytes
Stack/heap size:      16384 bytes; estimated max. usage: unknown, due to recursion
Total requirements: 3009524 bytes
when compile GM done...


Re: wont connect /+REPS\ - Stanford - 25.04.2014

You've a string that owns unlogical length in your gamemode, for instance:
pawn Код:
new string[2056];
I hope I helped you.