SA-MP Forums Archive
Stocks.inc Problem - 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: Stocks.inc Problem (/showthread.php?tid=487730)



Stocks.inc Problem - alex02 - 14.01.2014

Hello All.

My

Hello to sa-mp.com I searched and I stocks.inc but I found nowhere you can help me too.

Код:
C:\Documents and Settings\MITACHE DANIEL-CORNE\Desktop\filescripts\jDonator.pwn(5) : fatal error 100: cannot read from file: "stocks"

Compilation aborted.Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Error.
Eror
Код:
C:\Documents and Settings\MITACHE DANIEL-CORNE\Desktop\filescripts\jDonator.pwn(53) : error 017: undefined symbol "IsPlayerDonator"
C:\Documents and Settings\MITACHE DANIEL-CORNE\Desktop\filescripts\jDonator.pwn(58) : error 017: undefined symbol "SendMessageToDonators"
C:\Documents and Settings\MITACHE DANIEL-CORNE\Desktop\filescripts\jDonator.pwn(62) : warning 217: loose indentation
C:\Documents and Settings\MITACHE DANIEL-CORNE\Desktop\filescripts\jDonator.pwn(62) : error 029: invalid expression, assumed zero
C:\Documents and Settings\MITACHE DANIEL-CORNE\Desktop\filescripts\jDonator.pwn(62) : error 004: function "OnPlayerConnect" is not implemented
C:\Documents and Settings\MITACHE DANIEL-CORNE\Desktop\filescripts\jDonator.pwn(80) : warning 225: unreachable code
C:\Documents and Settings\MITACHE DANIEL-CORNE\Desktop\filescripts\jDonator.pwn(80) : error 029: invalid expression, assumed zero
C:\Documents and Settings\MITACHE DANIEL-CORNE\Desktop\filescripts\jDonator.pwn(80) : error 004: function "OnPlayerDisconnect" is not implemented
C:\Documents and Settings\MITACHE DANIEL-CORNE\Desktop\filescripts\jDonator.pwn(94) : warning 225: unreachable code
C:\Documents and Settings\MITACHE DANIEL-CORNE\Desktop\filescripts\jDonator.pwn(94) : error 029: invalid expression, assumed zero
C:\Documents and Settings\MITACHE DANIEL-CORNE\Desktop\filescripts\jDonator.pwn(94) : error 004: function "OnPlayerSpawn" is not implemented
C:\Documents and Settings\MITACHE DANIEL-CORNE\Desktop\filescripts\jDonator.pwn(103) : warning 225: unreachable code
C:\Documents and Settings\MITACHE DANIEL-CORNE\Desktop\filescripts\jDonator.pwn(103) : error 029: invalid expression, assumed zero
C:\Documents and Settings\MITACHE DANIEL-CORNE\Desktop\filescripts\jDonator.pwn(103) : error 017: undefined symbol "cmd_makedonator"
C:\Documents and Settings\MITACHE DANIEL-CORNE\Desktop\filescripts\jDonator.pwn(103) : error 029: invalid expression, assumed zero
C:\Documents and Settings\MITACHE DANIEL-CORNE\Desktop\filescripts\jDonator.pwn(103) : fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


12 Errors.
FilleScripts http://www.girlshare.ro/33168534.3
Stocks.inc http://www.girlshare.ro/33168532.1

Helllppp Meeee Plyzzz



Re: Stocks.inc Problem - maramizo - 14.01.2014

You need to place the include into the pawno/includes/ folder.


Re: Stocks.inc Problem - alex02 - 15.01.2014

Quote:
Originally Posted by maramizo
Посмотреть сообщение
You need to place the include into the pawno/includes/ folder.
Well I put stocks.inc include in pawno / includes and still does not work: ((
Plizz help


Re: Stocks.inc Problem - Mattakil - 15.01.2014

check the name of the .inc, its case sensitive


Re: Stocks.inc Problem - InglewoodRoleplay - 15.01.2014

Make sure your pawn compiler is pointing to the right include folder, otherwise it will never find it. I've seen people that have multiple copies of their pawn folder around their computer and somehow when you open their pawno editor, it points to a pawno editor that is in a different folder.


Re: Stocks.inc Problem - Omar55555 - 15.01.2014

make the name "Stock.inc" write it like this

and download it from the original source:http://forum.sa-mp.com/showthread.ph...ighlight=stock

i hope it helps