[FilterScript] FullSkill For beginners
#1

I have created this filterscript for beginners scripters. I am also a beginners

Information:

This Filterscript will increase your weapon and running skills.

Reply
#2



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,
Reply
#3

WTF is going on with the forums these days. ARE PEOPLE BORN NOOBS FOR GOD SAKE
Reply
#4

It probably doesn't even work since SetPlayerSkill uses IDs rather than WEAPONSKILL_* last time I checked o.o
Reply
#5

lol... realy easy and simple but it is already done in samp .. again good try !
Reply
#6

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

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


Forum Jump:


Users browsing this thread: 1 Guest(s)