28.05.2013, 16:30
y_commands not working
I downloaded YSI 3.1 and included y_command like this:
Simple use:
But when I typing /kill nothing happens.
But when is filterscript OnPlayerCommandText returns 0 this sending Unknown Command message...
What to do?
I downloaded YSI 3.1 and included y_command like this:
Код:
#include <YSI\y_commands>
Код:
YCMD:kill(playerid, params[], help) { SetPlayerHealth(playerid, 0); SendClientMessage(playerid, COLOR_ORANGE, "[Mode] дъабгеъ"); // return 1; }
But when is filterscript OnPlayerCommandText returns 0 this sending Unknown Command message...
What to do?