SA-MP Forums Archive
wtf is this ? - 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: wtf is this ? (/showthread.php?tid=471203)



wtf is this ? - kosa451 - 21.10.2013

I get this error
Код:
C:\Users\Linus\Desktop\Flux\gamemodes\gravity.pwn(41) : fatal error 100: cannot read from file: "OPSP"

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


1 Error.
What is OPSP ?


Re: wtf is this ? - Patrick - 21.10.2013

That means you don't have the include OPSP on your Script Folder Name\Pawno\includes\OPSP.inc


Re: wtf is this ? - Kittylol - 21.10.2013

If it is include for your server,then check if it is in your code if it is install nativechecker.


Re: wtf is this ? - kbalor - 21.10.2013

It looks like you don't have this OPSP. Here you go http://pastebin.com/TXgieKJR

Download>Cut>Go to Pawno folder>Inlclude>Paste it> Then Go to gravity.pwn recompile.


Re: wtf is this ? - kosa451 - 21.10.2013

Quote:
Originally Posted by kbalor
Посмотреть сообщение
It looks like you don't have this OPSP. Here you go http://pastebin.com/TXgieKJR

Download>Cut>Go to Pawno folder>Inlclude>Paste it> Then Go to gravity.pwn recompile.
I get the same error.


Re: wtf is this ? - kbalor - 21.10.2013

Quote:
Originally Posted by kosa451
Посмотреть сообщение
I get the same error.
Are you sure you put it exactly in the include folder inside pawno? Coz there are two include folders one is in the directory of your server and other one is inside the pawno>include folder


Re: wtf is this ? - DanishHaq - 21.10.2013

kbalor is trying to make you put the .inc file inside .../pawno/includes, not .../includes.

Make sure you've put the exact same name with the exact same capital / lowercase letters too.


Re: wtf is this ? - kosa451 - 21.10.2013

fixed it.