30.07.2012, 21:46
rCmd sucks, use zcmd instead https://sampforum.blast.hk/showthread.php?tid=91354
Here how to do it with zcmd
Here how to do it with zcmd
pawn Код:
CMD:test(playerid, params[])
{
SendClientMessage(playerid, -1, "Test command");
return 1;
}