SA-MP Forums Archive
[FilterScript] aview — Animations Browser - 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] aview — Animations Browser (/showthread.php?tid=587916)

Pages: 1 2


aview — Animations Browser - SoNikMells - 03.09.2015



The best browser of the existing animation!

- Pleasant, high-quality interface, ease of use.
- Having the opportunity to edit the configuration of the animation.
- The size and position of the scrollbar depends on the total number of items in the list.
- Ability to save the animation with the addition of a memorable comment or not.
- Select an item by pressing a button or by double-clicking on the selected item.
- Animations are run from the first, loading the double reproduction is required.
- Button to return back to the position memory, a quick transition to the desired page.


Instructions:

- Put the file aview.amx in the folder server ../filterscripts/
- In file server.cfg in line filterscripts add through the space: aview
- In the game use the command /anim (it works with any command processor)


Download: aview.amx ~15,2kb
Source code: Source
Author script: SoNik))

ScreenShot1
ScreenShot2
ScreenShot3
ScreenShot4

Importantly: The script is designed for developers, do not game servers!
.


Re: aview — Animations Browser - Freezo - 03.09.2015

Good idea & nicely done.


Re: aview — Animations Browser - Alex Magaсa - 03.09.2015

Useful, thank you.


Re: aview — Animations Browser - lanix - 03.09.2015

nice men


Re: aview — Animations Browser - Abagail - 03.09.2015

The textdraw design looks awesome!


Re: aview — Animations Browser - JeaSon - 04.09.2015

like abagail said textdraw design looks awesome


Re: aview — Animations Browser - SpikY_ - 04.09.2015

Awesome work mate.


Re: aview — Animations Browser - benjaminjones - 04.09.2015

I would say, very good.


Re: aview — Animations Browser - Pottus - 04.09.2015

I like the textdraws however there will be a lot of resolution problems, rule of thumb when building textdraws you should always use whole decimals when setting positions and test on various resolutions.

Code:
LTD[9] = TextDrawCreate(504.888854, 413.740692, "----");



Re: aview — Animations Browser - Joron - 07.01.2016

Nice,but that doesnt have all the animation


Re: aview — Animations Browser - Bolex_ - 07.01.2016

Cool


Re: aview — Animations Browser - AgusZ - 03.02.2016

cool mate.


Re: aview — Animations Browser - ikey07 - 03.02.2016

Add function "Create Anim" which would create a text file in your scripfiles folder with
ApplyAnimation() function. that would be very useful.
and I like the design of GUI


Re: aview — Animations Browser - tboysamp - 05.02.2016

nice


Re: aview — Animations Browser - schillow - 06.02.2016

Useful, I've tested it.


Re: aview — Animations Browser - Kasis - 22.04.2016

Not working for me, nothing happens on /anim


Re: aview — Animations Browser - JasonMorelli - 24.04.2016

me too , it's not working


Re: aview — Animations Browser - Phuong - 25.04.2016

awesomeeeee!


Re: aview — Animations Browser - SoNikMells - 22.05.2016

try running on new.pwn
then look for the cause of problems


Re: aview — Animations Browser - Mr-Tape - 07.08.2016

Remove this from line 635:
&& !strcmp(string, "127.0.0.1", false)

I'm dumbfounded by your decision to include this IP lock. Local players doesn't necessarily connect on from that IP, and you shouldn't restrict the usage to begin with; you're decreasing the flexibility and ease that developers have and babysitting them even though they're already responsible, in an attempt to block unintended users from using this, despite stating "The script is designed for developers, do not game servers!".