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