how to do this - 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: how to do this (
/showthread.php?tid=624936)
how to do this -
KNIGHT786 - 25.12.2016
hi all guys i download a filter script and there is only pwn file for it i want to make a amx file from this pwn file how to make it?
Re: how to do this -
GoldenLion - 25.12.2016
There's a compiler in the server's package.
Re: how to do this -
Yaa - 25.12.2016
open the pwn file using pawno
and press F5
Done
Re: how to do this -
KNIGHT786 - 25.12.2016
i do it but it ask unable to compile there is no compiler package in it but i download one and use it but didnt work
Re: how to do this -
KNIGHT786 - 25.12.2016
i am trying to use this fs
https://sampforum.blast.hk/showthread.php?tid=568668
Re: how to do this -
idealymeri - 25.12.2016
Make sure you have all the includes needed for the filterscript. After you press F5, if the script is good , it will be compiled
Re: how to do this -
KNIGHT786 - 25.12.2016
it show these errors after compiling
D:\shourya\CZCNR\filterscripts\anti advertisment.pwn(56) : error 017: undefined symbol "regex_exbuild"
D:\shourya\CZCNR\filterscripts\anti advertisment.pwn(57) : error 017: undefined symbol "regex_exmatch"
D:\shourya\CZCNR\filterscripts\anti advertisment.pwn(5
: error 017: undefined symbol "regex_exsearch"
D:\shourya\CZCNR\filterscripts\anti advertisment.pwn(39) : warning 203: symbol is never used: "end"
D:\shourya\CZCNR\filterscripts\anti advertisment.pwn(56) : warning 204: symbol is assigned a value that is never used: "build"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
3 Errors.
Re: how to do this -
Eoussama - 25.12.2016
You have to download the "Regex" include
https://sampforum.blast.hk/showthread.php?tid=247893
Re: how to do this -
KNIGHT786 - 26.12.2016
can u give me pawno compile to compile this script