15.05.2012, 17:31
First, It's a gamemode or a filterscript? Not even you know what it is.
Second, this is already done by default.
Third, Not even it is a useful snippet.
Fourth, LOL, you used UsePlayerPedAnims in OnFilterScriptInit, this only works on OnGameModeInit.
Fifth, I hate people that post shitty scripts to gain rep and later post in Advertise section.
Quote:
I have created this gamemode for beginners scripters. I am also a beginners Information: This Filterscript will increase your weapon and running skills. |
Third, Not even it is a useful snippet.
Quote:
this is nothing... at best this should have went in the Useful Sniplets Topic ill save everyone the hassle of download and just post it here |
pawn Code:
public OnFilterScriptInit()
{
print("\n--------------------------------------");
print(" FullSkill by Champ");
print("--------------------------------------\n");
UsePlayerPedAnims();
return 1;
}