[FilterScript] /spawnweapon Script - 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: Filterscripts (
https://sampforum.blast.hk/forumdisplay.php?fid=17)
+--- Thread: [FilterScript] /spawnweapon Script (
/showthread.php?tid=532659)
/spawnweapon Script -
ExtendedCarbon - 19.08.2014
Removed
Re: /spawnweapon Script -
Kyance - 19.08.2014
String size(pstr and wname) is WAY too big.
Other than that, not bad.
Re: /spawnweapon Script -
ExtendedCarbon - 19.08.2014
Quote:
Originally Posted by Kyance
String size(pstr and wname) is WAY too big.
Other than that, not bad.
|
Thank you for commenting, would you mind telling me why I need to change it, and what to change it too. Thank you.
Re: /spawnweapon Script -
Kyance - 19.08.2014
Quote:
Originally Posted by ExtendedCarbon
Thank you for commenting, would you mind telling me why I need to change it, and what to change it too. Thank you.
|
wname could be a size of 20(well, 32 if you want to).
pstr could be around 98, but it can stay at 120.
It's just useless to use such big sizes, for such small formats/text. ( imo )