Jump to content
  • 0
Caspian

How can I fix this?

Question

I was trying to patch the costume system 2.0.

I followed all the steps but I got some errors on map-server  "pc. c" when I was trying to build.

How can I fix this?

5bed7dba0935e_erro1.png.460c00471984611caef7ee6f8e2c801a.png

What's wrong here?

erro.thumb.png.e9d97a6950cdd558861fdf686eb2bc9d.png

Share this post


Link to post
Share on other sites

2 answers to this question

Recommended Posts

  • 0

the errors here are quite explicit: you are using variables that are not declared (ep, char_id); you will have to declare them in the parameters of the function or inside the function before they can be used

Share this post


Link to post
Share on other sites
  • 0
44 minutes ago, meko said:

the errors here are quite explicit: you are using variables that are not declared (ep, char_id); you will have to declare them in the parameters of the function or inside the function before they can be used

Thank you! I am newbie.

Can you tell exactly what I have to declare inside the function so it can work?

I am  trying to learn! 

Thank youuu

 

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.