21.10.2012, 14:56
Hi.
Today i found a new for me function - SetPlayerSkillLevel, and i wanna get more information (maybe with examples), because i don't understand what gives this function.
I tried to set different values (with Desert Eagle), but did not notice any difference...
What changes in the behavior of the weapons or characteristics? Damage? Accuracy? Speed? Or something else?
Thanks for answers.
Today i found a new for me function - SetPlayerSkillLevel, and i wanna get more information (maybe with examples), because i don't understand what gives this function.
I tried to set different values (with Desert Eagle), but did not notice any difference...
Код:
// Change Desert Eagle skill level to min value SetPlayerSkillLevel(playerid, WEAPONSKILL_DESERT_EAGLE, 0); // Change Desert Eagle skill level to medium value SetPlayerSkillLevel(playerid, WEAPONSKILL_DESERT_EAGLE, 500); // Change Desert Eagle skill level to max value SetPlayerSkillLevel(playerid, WEAPONSKILL_DESERT_EAGLE, 999);
Thanks for answers.