Jump to content
  • 0
astralprojection

Check Job Level

Question

3 answers to this question

Recommended Posts

  • 0
4 hours ago, astralprojection said:

I wish to check joblevel of the invoking player . how to code it?
 


if( sd-> "joblevel" < 40)
   return false;                      

 

if (sd->status.job_level < 40)
return false;

 

Edited by Rebel

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.