gang problems - 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: gang problems (
/showthread.php?tid=614557)
gang problems -
Rix70 - 09.08.2016
hello i have a problem that need some good scripters help.
i have a server with a gamemode but i only have amx file so cant edit anything really only can add filterscripts...
and then i have a problem so can anyone help me to fix this i have when a player kills another player or player kills a cop they get wanted stars but i dont want them to get wanted stars for gang members killing other gang members is any way i can fix this?
like edit amx file someway or make amx to pwn or add a filterscript that overtake it or something? pls help
Re: gang problems -
Logic_ - 09.08.2016
There is no way to edit a .amx file, .amx is the executable code while .pwn is the source code.
Re: gang problems -
Rix70 - 09.08.2016
Well is there any way changing it with a filterscript or?
Re: gang problems -
Luicy. - 09.08.2016
Quote:
Originally Posted by conroy
|
Not sure if this is allowed tho,
https://sampforum.blast.hk/showthread.php?tid=156280
Re: gang problems -
Logic_ - 09.08.2016
It's not allowed to reverse-engineer a executable code into source code and it doesn't works with the 'NEW' pawn compiler... Luicy, remove the link and the post to avoid getting infarction.
Re: gang problems -
Luicy. - 09.08.2016
Quote:
Originally Posted by ALiScripter
It's not allowed to reverse-engineer a executable code into source code and it doesn't works with the 'NEW' pawn compiler... Luicy, remove the link and the post to avoid getting infarction.
|
I did not post the link, so it wouldn't be my fault, I just quoted.
Re: gang problems -
Logic_ - 09.08.2016
It goes against the rules, remove the link from the quote.
Re: gang problems -
Luicy. - 09.08.2016
Quote:
Originally Posted by ALiScripter
It goes against the rules, remove the link from the quote.
|
They should've removed that 10 year old topic.
It's not my fault if it's not allowed, just saying.
Re: gang problems -
Vince - 09.08.2016
Decompilers are useless. Even IF you get it to decompile, which doesn't always work, the resulting code is completely unreadable and impossible to compile again; human readable variable and function names are lost when a script is compiled because computers don't need these. As a result, the decompiled script will be littered with names like var0, glob342 and func142.
Re: gang problems -
Rix70 - 09.08.2016
Well is it anyway to fix it with any filterscript then?