Caspian 23 Posted November 15, 2018 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? What's wrong here? Quote Share this post Link to post Share on other sites
0 meko 170 Posted November 15, 2018 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 1 Caspian reacted to this Quote Share this post Link to post Share on other sites
0 Caspian 23 Posted November 15, 2018 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 Quote Share this post Link to post Share on other sites
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?
What's wrong here?
Share this post
Link to post
Share on other sites