16.05.2014, 19:39
pawn Код:
CMD:help(playerid, params[])
{
/* Send a bunch of messages here with your servers commands, which you will be writing them manually.
example: SendClientMessage(playerid, 0xffffffAA, "Commands1: - , - , - , - , - , -, -");
example: SendClientMessage(playerid, 0xffffffAA, "Commands2: - , - , - , - , - , -, -");
And keep going at it untill you've written all the commands that are in your server */
return 1;
}
*Command Processor:
https://sampforum.blast.hk/showthread.php?tid=91354
*Functions used:
https://sampwiki.blast.hk/wiki/SendClientMessage