15.05.2012, 12:49

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,