razvan2299 Posted February 1, 2014 Share Posted February 1, 2014 Hi! I would like to know how could I get max. weapon skills for all players.When they log in/register their skills are 0. Please help me guys! Link to comment
Anubhav Posted February 1, 2014 Share Posted February 1, 2014 https://wiki.multitheftauto.com/wiki/SetPedStat Link to comment
razvan2299 Posted February 1, 2014 Author Share Posted February 1, 2014 Could you please give me an exemple? Link to comment
Karuzo Posted February 1, 2014 Share Posted February 1, 2014 There's one in the wiki. Link to comment
Anubhav Posted February 1, 2014 Share Posted February 1, 2014 function m4FullSkill() setPedStat ( source , 78 , 50) --It will set the skill of M4 50. (50 OUT OF 1000)-- Link to comment
TAPL Posted February 1, 2014 Share Posted February 1, 2014 addEventHandler("onPlayerJoin", root, function() setPedStat(source, 78, 50) end) Link to comment
razvan2299 Posted February 1, 2014 Author Share Posted February 1, 2014 @TAPL what should I do with the code?Please explain me not like the others.. Link to comment
Karuzo Posted February 1, 2014 Share Posted February 1, 2014 You should read this. https://wiki.multitheftauto.com/wiki/Sc ... troduction Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now