YSI\y_commands 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: YSI\y_commands error (
/showthread.php?tid=535453)
YSI\y_commands error -
Mohamedilham - 04.09.2014
plz any one help fix this error on satdm_v11
fatal error 100: cannot read from file: "YSI\y_commands"
Re: YSI\y_commands error -
Team_PRO - 04.09.2014
it means you don't have the y_commands include file in your pawno/include folder
you need to download the YSI library
Re: YSI\y_commands error -
5194Hercules - 04.09.2014
https://sampforum.blast.hk/showthread.php?tid=431794
Re: YSI\y_commands error -
Team_PRO - 04.09.2014
Quote:
Originally Posted by 5194Hercules
|
this is still in development i recommend to use YSI 3.1
Re: YSI\y_commands error -
God'Z War - 04.09.2014
change YSI\y_commands into YSI/y_commands in gamemode #includes
Re: YSI\y_commands error -
Stinged - 04.09.2014
Quote:
Originally Posted by God'Z War
change YSI\y_commands into YSI/y_commands in gamemode #includes
|
No! It's YSI\ not YSI/
Download the YSI library, 3.1 or 4.0.
Re: YSI\y_commands error -
Mohamedilham - 04.09.2014
where can i download that and like this cmd on my gm
Код:
//===============================Include Files==================================
#include <YSI\Core\y_ini>
#include <YSI\y_timers>
#include <YSI\y_files>
#include <a_samp>
#include <fixes>
#include <streamer>
#include <irc>
#include <a_http>
#include <ladmin>
#include <lfuncs>
native WP_Hash(buffer[], len, const str[]);
#include <Double-O-Files_2>
#pragma dynamic 556992
native sscanf(const data[], const format[], {Float,_}:...);
native unformat(const data[], const format[], {Float,_}:...) = sscanf;
#include <YSI\Core\y_ini>
#include <YSI\y_timers>
#include <YSI\y_files>
#include <a_samp>
#include <fixes>
#include <streamer>
#include <irc>
#include <a_http>
#include <ladmin>
#include <lfuncs>
Re: YSI\y_commands error -
Team_PRO - 04.09.2014
Quote:
Originally Posted by Mohamedilham
where can i download that and like this cmd on my gm
Код:
//===============================Include Files==================================
#include <YSI\Core\y_ini>
#include <YSI\y_timers>
#include <YSI\y_files>
#include <a_samp>
#include <fixes>
#include <streamer>
#include <irc>
#include <a_http>
#include <ladmin>
#include <lfuncs>
native WP_Hash(buffer[], len, const str[]);
#include <Double-O-Files_2>
#pragma dynamic 556992
native sscanf(const data[], const format[], {Float,_}:...);
native unformat(const data[], const format[], {Float,_}:...) = sscanf;
#include <YSI\Core\y_ini>
#include <YSI\y_timers>
#include <YSI\y_files>
#include <a_samp>
#include <fixes>
#include <streamer>
#include <irc>
#include <a_http>
#include <ladmin>
#include <lfuncs>
|
Their aren't commands but their are includes you can download them into plugin and include boards
Re: YSI\y_commands error -
UhcHost - 05.09.2014
Guys thanks we don't need that anymore just was needed because of house icon and we fixed it.
Thanks.