SA-MP Forums Archive
[FilterScript] Animations![20+] - 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] Animations![20+] (/showthread.php?tid=395157)



Animations![40+] - MarkzD - 25.11.2012

So, that fs add to your server 41 animations in dialog
To open dialog, type /anim
Screenshot:
Click
DOWNLOAD:
Version 0.1 :
Pastebin
Version 0.2 :
SolidFiles
Pastebin
Version 0.2(zcmd) :
Pastebin



Re: Animations![20+] - ashwinsekhari - 25.11.2012

nice +rep but try to add more anims


Re: Animations![20+] - MarkzD - 25.11.2012

yeah, i add more then 40+ animations in next update!


Re: Animations![20+] - Anak - 25.11.2012

cool


Re: Animations![20+] - [MM]Eminem - 25.11.2012

Describe more, add pics and stuff


Re: Animations![20+] - AchievementMaster360 - 28.11.2012

Can you put a pastebin link and pictures


Re: Animations![20+] - MarkzD - 28.11.2012

lol?read first post


Re: Animations![20+] - jason331 - 29.11.2012

change
Quote:

public OnPlayerCommandText(playerid, cmdtext[])
{
if (strcmp("/anim", cmdtext, true, 10) == 0)
{
ShowPlayerDialog(playerid,1,DIALOG_STYLE_LIST,"Ani mlist","Dance 1\nDance 2\nBeach 1\nBeach 2\nCarry 1\nCarry 2\nCarry 3\nCrack 1\nCrack 2\nCrack 2\nDealer 1\nDealer 2\nDildo 1\nDildo 2\nFat 1\nFat 2\nFat 3\nFat 4\nFood 1\nPed 1\nSmoking 1\nStrip 1","Ok","Exit");
return 1;
}

to this



CMD:anim(playerid,params[])
{
ShowPlayerDialog(playerid,1,DIALOG_STYLE_LIST,"Ani mlist","Dance 1\nDance 2\nBeach 1\nBeach 2\nCarry 1\nCarry 2\nCarry 3\nCrack 1\nCrack 2\nCrack 2\nDealer 1\nDealer 2\nDildo 1\nDildo 2\nFat 1\nFat 2\nFat 3\nFat 4\nFood 1\nPed 1\nSmoking 1\nStrip 1","Ok","Exit");
return 1;
}


and at includes add

include <zcmd>


Re: Animations![20+] - MarkzD - 29.11.2012

What will change?


Re: Animations![40+] - MarkzD - 29.11.2012

Update, 40+ animations


Re: Animations![20+] - jason331 - 29.11.2012

CMD:anim(playerid,params[])
{
ShowPlayerDialog(playerid,1,DIALOG_STYLE_LIST,"Ani mlist","Dance 1\nDance 2\nBeach 1\nBeach 2\nCarry 1\nCarry 2\nCarry 3\nCrack 1\nCrack 2\nCrack 2\nDealer 1\nDealer 2\nDildo 1\nDildo 2\nFat 1\nFat 2\nFat 3\nFat 4\nFood 1\nPed 1\nSmoking 1\nStrip 1","Ok","Exit");
return 1;
}
this way its ZCMD so people can add it easily in their gm ..


Re: Animations![20+] - MarkzD - 30.11.2012

okay


Re: Animations![20+] - pasha97 - 30.11.2012

thank you bro very much! im too lazzy to create such long but simple script, so you helped me very much! Thanks again


Re: Animations![20+] - MarkzD - 07.12.2012

up..


Re: Animations![20+] - MarkzD - 17.12.2012

58 downloads - comments ............................. nope


Re: Animations![20+] - BlueSky_ - 17.12.2012

Nice, but it'd have been better if you could describe it!


Re: Animations![20+] - MarkzD - 23.04.2013

bump


Re: Animations![20+] - KingHual - 23.04.2013

Gotta love the indentation and the random, and unneeded
Code:
#if defined FILTERSCRIPT
 
 
 
#else
 
 
#endif



Re: Animations![20+] - AccountName - 23.04.2013

Quote:
Originally Posted by king_hual
View Post
Gotta love the indentation and the random, and unneeded
Code:
#if defined FILTERSCRIPT
 
 
 
#else
 
 
#endif
Gotta love pricks, if he/she wants their script/filterscript to be like that then they can it is up them to choose how they set up their code, anyway pretty nice to say the least.


Re: Animations![20+] - KingHual - 23.04.2013

Quote:
Originally Posted by AccountName
View Post
Gotta love pricks, if he/she wants their script/filterscript to be like that then they can it is up them to choose how they set up their code, anyway pretty nice to say the least.
Well guess what, sure they can do whatever they want however they want it if they keep the script to themselves, but they've RELEASED it. It's supposed to be understandable by other people, or the least, indentated properly.