20.09.2011, 15:48
hey guys... i wana make a /cmds command that shows cmds... anyone know how? cause im noob on scripting ^^
CMD:commands(playerid, params[])
{
SendClientMessage(playerid, 0xFFFFFFFF, "Rule 1");
SendClientMessage(playerid, 0xFFFFFFFF, "Rule 2");
// Go on
return 1;
}
CMD:commands(playerid, params[]) { SendClientMessage(playerid, 0xFFFFFFFF, "Rule 1"); SendClientMessage(playerid, 0xFFFFFFFF, "Rule 2"); // Go on return 1; }