Compiling Help - 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: Compiling Help (
/showthread.php?tid=390113)
Compiling Help -
Alyster - 04.11.2012
Whenever I try and compile a script I always get an error, cannot read the file for a_samp, YSI/y_ini, zcmd, foreach, streamer, sscanf2, and s_mysqul.
I'm very new to scripting and have no idea what to do. If anyone knows a solution or has any advice, please let me know.
PHP код:
//================================[INCLUDES]====================================*/
#include <a_samp>
#include <YSI\y_ini>
#include <zcmd>
#include <foreach>
#include <streamer>
#include <sscanf2>
#include <a_mysql>
Re: Compiling Help -
CmZxC - 04.11.2012
You dont have these .inc files in your pawno\includes folder.
Re: Compiling Help -
Drake_Lopez - 04.11.2012
Go to your Script folder, open Pawno folder the pawno.exe open the script from there, then compile! This may work for you!
+REP If it did!
Re: Compiling Help -
Private200 - 04.11.2012
Drake stfu !
Alyster , your includes are missing .
You have to download them from the original server link .
You can find it at the download section in
http://sa-mp.com
Download it and go at the Downloads folder . Unzip file , and then open server folder . You will see a folder called Pawno . Copy that folder and paste it at your own server folder .
This will put you the new includes and they will not be missing .
And to be sure , get the plugins too , so they will be updated .
If you have any error , don't be silly and don't contact with me , be free
Re: Compiling Help -
Alyster - 04.11.2012
Quote:
Originally Posted by Private200
Drake stfu !
Alyster , your includes are missing .
You have to download them from the original server link .
You can find it at the download section in http://sa-mp.com
Download it and go at the Downloads folder . Unzip file , and then open server folder . You will see a folder called Pawno . Copy that folder and paste it at your own server folder .
This will put you the new includes and they will not be missing .
And to be sure , get the plugins too , so they will be updated .
If you have any error , don't be silly and don't contact with me , be free 
|
Thanks for your reply, but I don't seem to understand what you mean. On sa-mp.com/download do you mean to download the SA-MP 0.3e Windows Server? Because I've already done that to get my server. Other than Client Downloads and Linux Server (x86) I don't see anything else that I can download. Mayeb I'm not completly understand what your saying, or I don't see the download that I need.
Re: Compiling Help -
Alyster - 05.11.2012
Quote:
Originally Posted by ******
The SA:MP server download only comes with some libraries - there are many more released by other people (i.e. not the official team) all over the forums and most can be found quite quickly with a basic search.
|
I'm not exactly sure what I should be typing in the search bar. Is there someone I need to download that will download all includes at once? Or do I need to search each of them separately and download them each?