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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...

×
×
  • Create New...

Important Information

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