How can I fix this?

Caspian

New member
Messages
109
Points
0
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?

erro 1.png

What's wrong here?

erro.png

 
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

 
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

 
Back
Top