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



M-Animations - Menaz - 30.05.2012

Hello EveryOne :
Today i am launching my 1st Filterscript :
This Is So Simple : Script But its a big archive for Me Bcoz Its my 1st done :
we Know all Scripter Started His Scripting From Like That :
So Please Comment :

Download:
http://www.mediafire.com/?h6m7h6xjy8h5dk7

Video :
[ame]http://www.youtube.com/watch?v=PaLvNO5SG-I&feature=channel&list=UL[/ame]

2 & Amimation Not work on video But after It i fix It


Re : M-Animations - @TOM - 30.05.2012

Very nice !


Re: Re : M-Animations - Menaz - 30.05.2012

Quote:
Originally Posted by @TOM
Посмотреть сообщение
Very nice !
THANK YOU Its my 1st Fs


Re: M-Animations - Hiukuss - 30.05.2012

Just so you know, there's already a MASSIVE filterscript with ALL the animations. But for your first script, pretty good

EDIT: I found A LOT of unused unnecessary things in your script, also get ZCMD because this...is so slow..
Half of this file is unused, remove some of it man!!


Re: M-Animations - Menaz - 30.05.2012

Ohh but for 1st fs : i will not remove it : and next time : i will use ZCMD : thnx For suggestion


Re: M-Animations - Hiukuss - 30.05.2012

Here is an example of what you need to remove because you definitely do not need it.
Quote:

public OnGameModeInit()
{
return 1;
}

public OnGameModeExit()
{
return 1;
}

public OnPlayerRequestClass(playerid, classid)
{
return 1;
}

public OnPlayerConnect(playerid)
{
return 1;
}

public OnPlayerDisconnect(playerid, reason)
{
return 1;
}

public OnPlayerSpawn(playerid)
{
return 1;
}

public OnPlayerDeath(playerid, killerid, reason)
{
return 1;
}

public OnVehicleSpawn(vehicleid)
{
return 1;
}

public OnVehicleDeath(vehicleid, killerid)
{
return 1;
}

public OnPlayerText(playerid, text[])
{
return 1;
}




Re: M-Animations - Kathleen - 30.05.2012

Nice Filterscript


Re: M-Animations - Menaz - 30.05.2012

Quote:
Originally Posted by Hiukuss
Посмотреть сообщение
Here is an example of what you need to remove because you definitely do not need it.
Thanks Hiukuss Script Updated Now check it :
i forgot to remove These Lines
New Link :added


Re: M-Animations - pasha97 - 30.05.2012

Nice fs, usefull, and i wish you good luck in next projects.
Note: You can remove not needed publucs


Re: M-Animations - Menaz - 30.05.2012

Quote:
Originally Posted by pasha97
Посмотреть сообщение
Nice fs, usefull, and i wish you good luck in next projects.
Note: You can remove not needed publucs
thnx passha