27.04.2013, 19:48
Use, ZCMD Really much helped me, and the sa-mp wiki. I go to functions and view the example, and use zcmd.
ZCMD is really easy, like making a command:
ZCMD is really easy, like making a command:
pawn Код:
COMMAND:hello(playerid, params[])
{
SendClientMessage(playerid, COLOR_BLUE, "Hello There.");
return 1;
}