cannot read from file: <_y_sa>
#1

Hello, how to fix it?

Код:
#include <y_va>
stock _Text_2Send(playerid,format[ ], va_args<>)
{
    new kimenet [128];
	//print("c(2)");
    va_format(kimenet, sizeof (kimenet), format, va_start<2>);
//	print("c(3b)");
	SendClientMessage(playerid,COLOR_WHITE,kimenet);
//	print("c(4)");
	return 1;
}
//#define Text_2Send(%1,%2,%3,%4)	if(ALL_PLAYERS == %1) { foreach(Player,defid) { _Text_2Send(defid,L(defid,%2,%3),%4); } } else { _Text_2Send(%1,L(%1,%2,%3),%4); }
#define Text_22Send(ALL_PLAYERS,%1,%2,%3); foreach(Player,defid) { _Text_2Send(defid,L(defid,%1,%2),%3); }
#define Text_2Send(%1,%2,%3,%4) _Text_2Send(%1,L(%1,%2,%3),%4)
Reply
#2

Make sure you put the .inc file of y_va in .../pawno/include
Reply
#3

Where can i find the .inc file of y_va?
Reply
#4

I've searched around, and can't seem to find a proper download, but ******' topic is in the link, which does have a few links under the Download section, but i'm unaware if it's an active download.
https://sampforum.blast.hk/showthread.php?tid=399069



+Rep is appreciated no matter how small or large the deed is, everyone appreciates it.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)