SA-MP Forums Archive
Anti Aircraft help - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Anti Aircraft help (/showthread.php?tid=269761)



Anti Aircraft help - Ludesert31 - 17.07.2011

Hello, I saw this topic => http://forum.sa-mp.com/showthread.ph...=anti+aircraft

It's a very good idea, and I want to use it. But it doesn't work and I don't know why ! It makes my server doesn't return the command error (it doesn't return "unknow command" if the command doesn't exist) and it doesn't work.

I saw this one too => https://sampforum.blast.hk/showthread.php?tid=34779 but it doesn't work anymore, and I first prefer the first one.

So, I want some heelp, please =)

Thanks =)


Re : Anti Aircraft help - Ludesert31 - 18.07.2011

Nobody know ? ...


Re: Anti Aircraft help - Bakr - 18.07.2011

Make sure the OnPlayerCommandText callback in the filterscript returns 0. Also, if you cannot get any of the filterscripts to work, use a library and make a similar system to those filterscripts yourself:

https://sampforum.blast.hk/showthread.php?tid=171526
https://sampforum.blast.hk/showthread.php?tid=115695


Re: Anti Aircraft help - Robert_Crawford - 18.07.2011

Is your GM using zcmd if so it won't work. ZCMD and DCMD have compat issues.


Re : Anti Aircraft help - Ludesert31 - 18.07.2011

My GM is using zcmd ... Is it possible to change this filterscript to ZCMD ?