YSI compile error.
#10

Quote:
Originally Posted by MrPlatinum
Посмотреть сообщение
Worked

But,
Код HTML:
C:\Users\Brandon\Desktop\SERVER\pawno\include\servermoneyGM.inc(62) : error 004: function "OnPlayerHaveExtraCash" is not implemented
C:\Users\Brandon\Desktop\SERVER\pawno\include\servermoneyFS.inc(6) : warning 201: redefinition of constant/macro (symbol "GetPlayerMoney(%1)")
C:\Users\Brandon\Desktop\SERVER\pawno\include\servermoneyFS.inc(7) : warning 201: redefinition of constant/macro (symbol "GivePlayerMoney(%1,%2)")
C:\Users\Brandon\Desktop\SERVER\pawno\include\servermoneyFS.inc(8) : warning 201: redefinition of constant/macro (symbol "ResetPlayerMoney(%1)")
the warnings are because they are already defined somewhere in your script and you're trying to re-define them and at the top of your script write :
pawn Код:
forward OnPlayerHaveExtraCash(playerid);
Reply


Messages In This Thread
YSI compile error. - by MrPlatinum - 26.09.2012, 06:45
Re: YSI compile error. - by Glint - 26.09.2012, 06:52
Re: YSI compile error. - by MrPlatinum - 26.09.2012, 06:53
Re: YSI compile error. - by Glint - 26.09.2012, 06:56
Re: YSI compile error. - by MrPlatinum - 26.09.2012, 07:03
Re: YSI compile error. - by Glint - 26.09.2012, 07:04
Re: YSI compile error. - by MrPlatinum - 26.09.2012, 07:12
Re: YSI compile error. - by Glint - 26.09.2012, 07:18
Re: YSI compile error. - by MrPlatinum - 26.09.2012, 07:26
Re: YSI compile error. - by XtremeR - 26.09.2012, 07:30

Forum Jump:


Users browsing this thread: 3 Guest(s)