Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 399 Bytes

README.md

File metadata and controls

13 lines (12 loc) · 399 Bytes

weaponskill

Some weapon skill functions

Functions

GetPlayerSkillLevel(playerid, skill);
GivePlayerSkillLevel(playerid, skill, amount);
GetWeaponSkillName(skill, name[], const size = sizeof(name));
GetWeaponSkillID(weaponid);
GetPlayerSkillLevelArray(playerid, array[MAX_WEAPON_SKILLS]);
SetPlayerSkillLevelArray(playerid, array[MAX_WEAPON_SKILLS]);
ResetPlayerSkillLevel(playerid);