11.07.2012, 15:11
Hi guys, How to call commands with YCMD (******) ?
Es with ZCMD :
Thanks! Es with ZCMD :
Код:
CMD:hello(playerid, params[])
{
SendClientMessage(playerid,"Hello");
return 1;
}
// Call CMD
cmd_hello(playerid,"");


