CallLocalFunction - not working
#1

Hi there, why it isn't working?
Код:
else
{
	format(str, sizeof(str), "cmd:%s", KomendyV[helpcommand][Funkcja]);
	SendClientMessage(playerid, RED, str);
	if(funcidx(str) != -1)
	{
		return CallLocalFunction(str, "ds", playerid, "\1");
	}
}
SendClientMessage(playerid, RED, str) show good name of function ("cmd:admins"). Even when i delete if, it doesn't work. Why?
Reply


Forum Jump:


Users browsing this thread: 3 Guest(s)