29.01.2011, 06:12
I am developing a Chat system (Roleplay style) for some people who requested it.
I hit this wall, where it once when i did a compile came up with this:
I did my best to resolve it. i commented all the code in which i had written since the last compile (no errors/warnings)
but it still remained. I also tried Closing Pawno, and re-opening it, then opening the script.
Now you are probably thinking "Its a variable that isn't being use" or something along those lines.
This is why i posted here. in the whole script, the phrase "ret_memcpy" doesn't exist.
Infact. "ret" or "memc" dont exist in the code. the only includes are a_samp and dini.
If you have any suggestions would greatly appreciate it thanks.
I hit this wall, where it once when i did a compile came up with this:
Код:
F:\0.3c\filterscripts\ChatSystem.pwn(217) : warning 203: symbol is never used: "ret_memcpy"
but it still remained. I also tried Closing Pawno, and re-opening it, then opening the script.
Now you are probably thinking "Its a variable that isn't being use" or something along those lines.
This is why i posted here. in the whole script, the phrase "ret_memcpy" doesn't exist.
Infact. "ret" or "memc" dont exist in the code. the only includes are a_samp and dini.
If you have any suggestions would greatly appreciate it thanks.