14.12.2009, 13:36
As zcmd give one code to the two commands?
example
is
i want to
or something else / similar
example
is
Код:
command(command, playerid, cmdtext[])
{
new lol;
lol=1;
return 1;
}
Код:
command(command, command2, playerid, cmdtext[])
{
new lol;
lol=1;
return 1;
}

