SA-MP Forums Archive
Complie... ? - 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: Complie... ? (/showthread.php?tid=596427)



Complie... ? - norton2 - 17.12.2015

With: if(!response) return cmd_factions(playerid, "");
Complie result:
Код HTML:
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase

Header size:          15304 bytes
Code size:          1278656 bytes
Data size:          3426260 bytes
Stack/heap size:      16384 bytes; estimated max. usage=4362 cells (17448 bytes)
Total requirements: 4736604 bytes
[Finished in 10.2s]
Without: if(!response) return cmd_factions(playerid, "");
Код HTML:
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase

[Finished in 10.3s]



Re: Complie... ? - Skimmer - 17.12.2015

Can you show me your code where you define the /factions command?