FullSkill For beginners - 
Champ -  15.05.2012
I have created this filterscript for beginners scripters. I am also a beginners
Information:
This Filterscript will increase your weapon and running skills.
 
Re: FullSkill For beginners - 
Jonny5 -  15.05.2012
 
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 OnPlayerSpawn(playerid)
{
    SetPlayerSkillLevel(playerid,WEAPONSKILL_PISTOL,100);
    SetPlayerSkillLevel(playerid,WEAPONSKILL_PISTOL_SILENCED,1000);
    SetPlayerSkillLevel(playerid,WEAPONSKILL_DESERT_EAGLE,1000);
    SetPlayerSkillLevel(playerid,WEAPONSKILL_SHOTGUN,1000);
    SetPlayerSkillLevel(playerid,WEAPONSKILL_SAWNOFF_SHOTGUN,1000);
    SetPlayerSkillLevel(playerid,WEAPONSKILL_SPAS12_SHOTGUN,1000);
    SetPlayerSkillLevel(playerid,WEAPONSKILL_MICRO_UZI,1000);
    SetPlayerSkillLevel(playerid,WEAPONSKILL_MP5,1000);
    SetPlayerSkillLevel(playerid,WEAPONSKILL_AK47,1000);
    SetPlayerSkillLevel(playerid,WEAPONSKILL_M4,1000);
    SetPlayerSkillLevel(playerid,WEAPONSKILL_SNIPERRIFLE,1000);
    return 1;
}
 
it is nice you want to share, but first wait till you can actually make something.
this is just simple simple, and everyone should know how todo this,
Re: FullSkill For beginners - 
Mr.Fames -  15.05.2012
WTF is going on with the forums these days. ARE PEOPLE BORN NOOBS FOR GOD SAKE
Re: FullSkill For beginners - 
Revo -  15.05.2012
It probably doesn't even work since SetPlayerSkill uses IDs rather than WEAPONSKILL_* last time I checked o.o
Re: FullSkill For beginners - 
HaZaRaS™ -  15.05.2012
lol... realy easy and simple but it is already done in samp 

.. again good try !
Respuesta: FullSkill For beginners - 
[Vector] -  15.05.2012
First, It's a gamemode or a filterscript? Not even you know what it is.
Quote:
| I have created this gamemode for beginners scripters. I am also a beginners
 
 Information:
 
 This Filterscript will increase your weapon and running skills.
 
 
 | 
 Second, this is already done by default.
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
 
 
 | 
 Fourth, LOL, you used UsePlayerPedAnims in OnFilterScriptInit, this only works on OnGameModeInit.
pawn Code:
public OnFilterScriptInit()
{
    print("\n--------------------------------------");
    print(" FullSkill by Champ");
    print("--------------------------------------\n");
    UsePlayerPedAnims();
    
    return 1;
}
 Fifth, I hate people that post shitty scripts to gain rep and later post in Advertise section.
Re: FullSkill For beginners - 
richardcor91 -  15.05.2012
Another link to my list:
https://sampforum.blast.hk/showthread.php?tid=342121
https://sampforum.blast.hk/showthread.php?tid=342661
https://sampforum.blast.hk/showthread.php?tid=342612
https://sampforum.blast.hk/showthread.php?tid=342728
Impressive the filterscripts we've seen last days...
EDIT: Nice, at least some already got deteled!