SA-MP Forums Archive
Couple of errors - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Couple of errors (/showthread.php?tid=334700)



Couple of errors +REP - Vectro64 - 15.04.2012

Hello guys, I have cuple of errors and bugs, and I need help of you!

I: Errors:
Код:
H:\Skriptanje\DM\pawno\include\YSI/y_commands.inc(1146) : error 017: undefined symbol "__InitialiseFromGroups"
H:\Skriptanje\DM\pawno\include\YSI/y_commands.inc(1973) : error 017: undefined symbol "__InitialiseFromGroups"
H:\Skriptanje\DM\pawno\include\YSI/y_commands.inc(2124) : error 017: undefined symbol "__InitialiseFromGroups"
This lines I don't have!

II BUGS:
I bug:
So, I make dialog when you register to you chose station where you want to come(Airport, Bus Station, Train Station..), and I set coordinates, but it always set me on 0.0, and in my Y_INI base always save me pSpawn variable on "1", but I change it to enter IG, because pSpawn is setted to 0.0 coordinates. And again, and when i Login, it set my pos on 0.0. I used SetSpawnInfo.

Please help me.
Thank you!


Re: Couple of errors - Vectro64 - 15.04.2012

I forgot to say: Please help me fast ! I'm sorry for DP


Re: Couple of errors - Mark™ - 15.04.2012

Have you updated your YSI ?


Re: Couple of errors - Vectro64 - 15.04.2012

I hadn't

I updated it now and I have this :
[CODE]H:\Skriptanje\DM\pawno\include\YSI/y_ini.inc(161) : fatal error 100: cannot read from file: "internal\y_version"[CODE]

line 161 is CreateObject, please help me what to do ?


Re: Couple of errors - Vectro64 - 15.04.2012

I'm sorry for DP again, but I must do it fot ask this :

How it need to be :

This:
#include <YSI\y_ini>
#include <YSI\y_commands>

Or this :
#include <YSI/y_ini>
#include <YSI/y_commands>


Re: Couple of errors - KreeDz - 15.04.2012

This:
Код:
#include <YSI\y_ini>
#include <YSI\y_commands>
Also, next time use the edit feature.


Re: Couple of errors - Vectro64 - 15.04.2012

Ok, but now help me with bugs, pls, because I'm new and I need it fast.


Re: Couple of errors - Mark™ - 15.04.2012

Quote:
Originally Posted by Vectro64
Посмотреть сообщение
Ok, but now help me with bugs, pls, because I'm new and I need it fast.
Be patient, we are not your slaves who would help asap. That fatal error means that your pawno's include folder is missing that particular include or you have misplaced that file particularly.


Re: Couple of errors - Vectro64 - 15.04.2012

Ok, about that error, I have fixed it, but now I need help with that bug, because I can't anything without fix of it


Re: Couple of errors - Mark™ - 15.04.2012

Quote:
Originally Posted by Vectro64
Посмотреть сообщение
Ok, about that error, I have fixed it, but now I need help with that bug, because I can't anything without fix of it
Which bug ?