i need little help - 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)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: i need little help (
/showthread.php?tid=277566)
i need little help -
mincer1667 - 18.08.2011
i using include by ****** | y_classes
i get this error and warning:
pawn Код:
C:\Documents and Settings\dorotej\Desktop\server\pawno\include\YSI\y_classes.inc(946) : error 017: undefined symbol "asgroup"
C:\Documents and Settings\dorotej\Desktop\server\pawno\include\YSI\y_classes.inc(937) : warning 203: symbol is never used: "setgroup"
plz help
Re: i need little help -
Riddick94 - 18.08.2011
Um.. it's error and warning from y_classes as you see. Have you downloaded the latest includes? i'm using Y_Ini, Y_Classes, Y_Groups and all works good. Maybe it's warning because you didn't include y_groups because y_classes need it? try we will see.
Re: i need little help -
mincer1667 - 18.08.2011
i downloaded from here
https://sampforum.blast.hk/showthread.php?tid=185611
and i have included both
#include <YSI\y_classes>
#include <YSI\y_groups>
Re: i need little help -
Riddick94 - 18.08.2011
And.. what results? still those erros? if yes send me your code on Pastebin to PM or here.
Try like that:
pawn Код:
#include <YSI\y_groups>
#include <YSI\y_classes>
Re: i need little help -
mincer1667 - 18.08.2011
same errors
Re: i need little help -
Riddick94 - 18.08.2011
PM me your code or paste it here.
Re: i need little help -
mincer1667 - 18.08.2011
well i just fixed i modified include file and now works well anyway thx for help
Re: i need little help -
Riddick94 - 18.08.2011
I don't know is it good you modifed it because i didn't change anything and it works perfectly. But if it works perfectly too for you now after you modifed then it's okey.
Re: i need little help -
mincer1667 - 18.08.2011
well it works perfect