Help: error 021: symbol already defined: "OnPlayerObjectMoved"
#1

I'm using the YSI include
when I put #include <YSI/y_ini> I got this error:



...\GTA\SAMP 0.3X\pawno\include\YSI\y_hooks/impl.inc(1443) : error 021: symbol already defined: "OnPlayerObjectMoved"

I'm using another include which using OnPlayerObjectMoved - How can I fix it?
Reply
#2

You need to use a BACK-slash, not a forward-slash (\ not /).

Just look at the file path:

\GTA\SAMP 0.3X\pawno\include\YSI\y_hooks/impl.inc(1443)

All back-slashes apart from the last one. You need to use \.
Reply
#3

I have just put the files as they are in the rar folder. (I have just downloaded the system now YSI)
The error shows me this path, how can I change the path?
Reply
#4

help?
Reply
#5

charge
Код:
<YSI/y_ini>
for
Код:
<YSI\y_ini>
Reply
#6

Quote:
Originally Posted by Pandex
Посмотреть сообщение
charge
Код:
<YSI/y_ini>
for
Код:
<YSI\y_ini>
It was how you changed it before ..
Reply
#7

What other includes do you have? List them all please.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)