[FilterScript] M-Animations
#1

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
Reply
#2

Very nice !
Reply
#3

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

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!!
Reply
#5

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

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;
}

Reply
#7

Nice Filterscript
Reply
#8

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
Reply
#9

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

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
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)