function setPlayerSkillWeapon (server-side)
Available since version: 0.0.1
This function will set the player/npc skill weapon for all players.
Declaration
void setPlayerSkillWeapon(int id, int skillId, int percentage)
Parameters
intid: the player id.intskillId: . For more information see Skill weapon constants.intpercentage: the percentage in range <0, 100>.