SA-MP Forums Archive
Need Help FOr 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: Need Help FOr this!! (/showthread.php?tid=516214)



Need Help FOr this!! - KennJie - 30.05.2014

C:\Users\server\Desktop\Samp Server CNR\maxcnr\gamemodes\newcnr.pwn(6) : fatal error 100: cannot read from file: "a_samp"

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


1 Error.

------------------------------------------------------------------------------------------------------------

Need help for this problem


Re: Need Help FOr this!! - iRaiDeN - 30.05.2014

you need to define the include a_samp
PHP код:
#include <a_samp> 



Re: Need Help FOr this!! - KennJie - 30.05.2014

what can i do for it Can u Give an example


Re: Need Help FOr this!! - iRaiDeN - 30.05.2014

Quote:
Originally Posted by KennJie
Посмотреть сообщение
what can i do for it Can u Give an example
look up, this the example.


Re: Need Help FOr this!! - EzioRock - 30.05.2014

Add this on top of your Script !

Код:
#include <a_samp>
And add This in your pawno/include folder
http://www.solidfiles.com/d/ee5b/a_samp.inc


Re: Need Help FOr this!! - iRaiDeN - 30.05.2014

Ohh sory, You have to put Haynklod a_samp folder pawn >> include.


Re: Need Help FOr this!! - KennJie - 30.05.2014

Finish guys