SA-MP Forums Archive
[FilterScript] Dynamic Gate System - 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] Dynamic Gate System (/showthread.php?tid=594894)

Pages: 1 2


Re: Dynamic Gate System - IceBilizard - 02.02.2017

There is no assign organization option in this script.


Re: Dynamic Gate System - [G]am3r - 19.02.2017

Can you add it, please. I need it badly


Re: Dynamic Gate System - [G]am3r - 07.03.2017

Are you eG IceBlizard that Founder ?


Re: Dynamic Gate System - IceBilizard - 07.03.2017

No i am not. about assign organization i am not using any organization script in my server so it can't be done you have fully access on files you can do it by your self.


Re: Dynamic Gate System - RGOWNER - 13.03.2017

NiCe WorK Keep it up !

+rep


Re: Dynamic Gate System - Hammad123 - 23.04.2017

H:\1 to be restored in faraz root drive\Samp 0.3.7 server for mapping\filterscripts\DynamicGateSystem.pwn(942) : warning 203: symbol is never used: "ret_memcpy"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


1 Warning.
what should i do now ?
@IceBlizard and one more thing, its showing the dialogue box but isn't creating gates one i click on it..
help me please i want this filterscript its good af.


Re: Dynamic Gate System - Hammad123 - 24.04.2017

bump , please help me!


Re: Dynamic Gate System - DomagojSellug - 24.04.2017

Useful for my roleplay server.
However, can I edit the script a bit so only admins can use it?

I will credit you.


Re: Dynamic Gate System - Hammad123 - 28.04.2017

help me guys its showing me errors while compiling

H:\1 to be restored in faraz root drive\Samp 0.3.7 server for mapping\filterscripts\DynamicGateSystem.pwn(942) : warning 203: symbol is never used: "ret_memcpy"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


Re: Dynamic Gate System - ShaharG - 29.04.2017

Very nice, there is alot to improve, but good job!
if you can leave a rep be clicking the black star


Re: Dynamic Gate System - IceBilizard - 30.04.2017

Quote:
Originally Posted by Hammad123
View Post
H:\1 to be restored in faraz root drive\Samp 0.3.7 server for mapping\filterscripts\DynamicGateSystem.pwn(942) : warning 203: symbol is never used: "ret_memcpy"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
For this on top of the script
PHP Code:
#pragma unused ret_memcpy 
1 Warning.
what should i do now ?
Quote:
Originally Posted by Hammad123
View Post
@IceBlizard and one more thing, its showing the dialogue box but isn't creating gates one i click on it..
help me please i want this filterscript its good af.
Probably you are using another dialog with same id check your other scripts maybe using same ids of the dialog.


Re: Dynamic Gate System - IceBilizard - 30.04.2017

Quote:
Originally Posted by DomagojSellug
View Post
Useful for my roleplay server.
However, can I edit the script a bit so only admins can use it?

I will credit you.
Why not man you have full access on script.


Re: Dynamic Gate System - RGOWNER - 03.05.2017

@IceBilizard May you provide me /setgowner(gate owner) and /setogate(for orgs) codes please


Re: Dynamic Gate System - DrakeBell - 13.07.2017

I added your filterscript, and installed it as you instructed it. Doesn't do anything IG, when I use /creategate it says 'unknown command' I get this in my logs:

Code:
[01:03:33] *** CreateDynamicObject: Expecting 12 parameter(s), but found 13
[01:03:33] *** CreateDynamicObject: Expecting 12 parameter(s), but found 13
[01:03:33] *** CreateDynamicObject: Expecting 12 parameter(s), but found 13
[01:03:33] *** CreateDynamicObject: Expecting 12 parameter(s), but found 13
[01:03:33] *** CreateDynamicObject: Expecting 12 parameter(s), but found 13
[01:03:33] *** CreateDynamicObject: Expecting 12 parameter(s), but found 13
[01:03:33] *** CreateDynamicObject: Expecting 12 parameter(s), but found 13
[01:03:33] *** CreateDynamicObject: Expecting 12 parameter(s), but found 13
[01:03:33] *** CreateDynamicObject: Expecting 12 parameter(s), but found 13
[01:03:33] *** CreateDynamicObject: Expecting 12 parameter(s), but found 13
[01:03:33] *** CreateDynamicObject: Expecting 12 parameter(s), but found 13
[01:03:33] *** CreateDynamicObject: Expecting 12 parameter(s), but found 13
[01:03:33] *** CreateDynamicObject: Expecting 12 parameter(s), but found 13
[01:03:33] *** CreateDynamicObject: Expecting 12 parameter(s), but found 13
[01:03:33] *** CreateDynamicObject: Expecting 12 parameter(s), but found 13
[01:03:33] *** CreateDynamicObject: Expecting 12 parameter(s), but found 13
[01:03:33] *** CreateDynamicObject: Expecting 12 parameter(s), but found 13
[01:03:33] *** CreateDynamicObject: Expecting 12 parameter(s), but found 13
[01:03:33] *** CreateDynamicObject: Expecting 12 parameter(s), but found 13
[01:03:33] *** CreateDynamicObject: Expecting 12 parameter(s), but found 13
[01:03:33] *** CreateDynamicObject: Expecting 12 parameter(s), but found 13
[01:03:33] *** CreateDynamicObject: Expecting 12 parameter(s), but found 13
[01:03:33] *** CreateDynamicObject: Expecting 12 parameter(s), but found 13
[01:03:33] *** CreateDynamicObject: Expecting 12 parameter(s), but found 13
[01:03:33] *** CreateDynamicObject: Expecting 12 parameter(s), but found 13
[01:03:33] *** CreateDynamicObject: Expecting 12 parameter(s), but found 13
[01:03:33] *** CreateDynamicObject: Expecting 12 parameter(s), but found 13



Re: Dynamic Gate System - IceBilizard - 17.07.2017

You are failing on streamer plugin. Add that streamer which is given in the package and re-compile your script then try.


Re: Dynamic Gate System - Shaun8 - 14.11.2017

+rep Really good work with all options of speed, pw and open close. Nice!!


Re: Dynamic Gate System - ItzColaBoi - 14.11.2017

Isn't this filterscript from eLg leak gm?Anyways,i guess someone will need it.