error 017: undefined symbol
#8

Quote:
Originally Posted by Tomer!.$
Посмотреть сообщение
I somewhat believe you just copied some of the functions from some other script, but you forgot to copy all the necessary things.
Exactly.

It's like doing:
pawn Код:
#include < a_samp >

main( )
{
    Function1( );
    Function2( );
    Function3( );
    Function4( );
    Function5( );
    Function6( );
}
If you compile the above, it will find them undefined them symbols because you did not add the function in it.
Reply


Messages In This Thread
error 017: undefined symbol - by Ponii - 04.09.2013, 04:48
Re: error 017: undefined symbol - by Tomer!.$ - 04.09.2013, 05:07
Re: error 017: undefined symbol - by Ponii - 04.09.2013, 05:23
Re: error 017: undefined symbol - by Tomer!.$ - 04.09.2013, 05:25
Re: error 017: undefined symbol - by Ponii - 04.09.2013, 05:33
Re: error 017: undefined symbol - by Tomer!.$ - 04.09.2013, 05:37
Re: error 017: undefined symbol - by Ponii - 04.09.2013, 15:51
Re: error 017: undefined symbol - by Konstantinos - 04.09.2013, 15:54
Re: error 017: undefined symbol - by Ponii - 04.09.2013, 16:25
Re: error 017: undefined symbol - by zrelly - 04.09.2013, 17:03

Forum Jump:


Users browsing this thread: 2 Guest(s)