SA-MP Forums Archive
HELP ShoObjects Error - 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: HELP ShoObjects Error (/showthread.php?tid=347602)



HELP ShoObjects Error - John Pearson - 02.06.2012

When i try to convert A GM I get this error

Код:
C:\DOCUME~1\Owner\Desktop\NEF72F~1\GAMEMO~1\sl-rp.pwn(15) : fatal error 100: cannot read from file: "ShoObjects"
The line of code

Код:
#include <ShoObjects>



Re: HELP ShoObjects Error - Sandiel - 02.06.2012

Are you sure you have placed the right include file in PAWNO/includes ?
Also, are you sure the include is updated, and do you have the 0.3e server package?


Re: HELP ShoObjects Error - Edward156 - 02.06.2012

Do you have the "ShoObjects" include in the "pawno\include" folder?

Edit: Late by 10 seconds. "This forum requires that you wait 120 seconds between posts. Please try again in 10 seconds."


Re: HELP ShoObjects Error - Yuryfury - 02.06.2012

Are you using linux? In linux, files and folders are case sensitive.


Re: HELP ShoObjects Error - John Pearson - 02.06.2012

Quote:
Originally Posted by Sandiel
Посмотреть сообщение
Are you sure you have placed the right include file in PAWNO/includes ?
Also, are you sure the include is updated, and do you have the 0.3e server package?
Yes im sure i have the 0.3e and i think its updated can you give me a link?

Quote:
Originally Posted by Edward156
Посмотреть сообщение
Do you have the "ShoObjects" include in the "pawno\include" folder?

Edit: Late by 10 seconds. "This forum requires that you wait 120 seconds between posts. Please try again in 10 seconds."
Yes i have Placed it in pawno/includes

Quote:
Originally Posted by Yuryfury
Посмотреть сообщение
Are you using linux? In linux, files and folders are case sensitive.
Im using windows


Re: HELP ShoObjects Error - John Pearson - 03.06.2012

BUMP,HELP


Re: HELP ShoObjects Error - Edward156 - 03.06.2012

Try to include it with another game mode. If it works with another game mode, then it's your game mode problem. If it doesn't work with another GM, then it's the includes problem which means you're going to want to ask the question in the include's topic.


Re: HELP ShoObjects Error - nickdodd25 - 03.06.2012

Are you opening your gamemode by just double clicking on it? If you are that could have somthing to do with it. Open pawno then open your gamemode through pawno then try to compile.