function getPlayerSkillWeapon (server-side)
Available since version: 0.0.1
This function will get the player/npc skill weapon.
Declaration
int|null getPlayerSkillWeapon(int id, int skillId)
Parameters
intid: the player id.intskillId: . For more information see Skill weapon constants.
Returns int|null
the percentage value in range <0, 100> or null if player isn't created.