#1

Hmm how can i make 2 command in one, i mean one is full and one is shorter if you dont understand me here is the code i was wondering if this would work:

CMD(playerid, params[]) && CMDoc(playerid, params[])
Reply
#2

You should read its page.
https://sampforum.blast.hk/showthread.php?tid=91354

pawn Код:
COMMAND:something(playerid, params[])
{
  // some stuff here
  return 1;
}
pawn Код:
COMMAND:another(playerid, params[])
{
  return cmd_something(playerid, params);
}
Reply
#3

Quote:
Originally Posted by Stinged
Посмотреть сообщение
You should read its page.
https://sampforum.blast.hk/showthread.php?tid=91354

pawn Код:
COMMAND:something(playerid, params[])
{
  // some stuff here
  return 1;
}
pawn Код:
COMMAND:another(playerid, params[])
{
  return cmd_something(playerid, params);
}
Thanks mate!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)