DCMD Question.
#6

Ok then do something like this:

pawn Код:
dcmd_tom(playerid, params[]) //the command wich will call the long command
{
  dcmd_takemoneyout (playerid, params); //the command wich you want to call with short command
  return 1;
}
Note: Next time search
Reply


Messages In This Thread
DCMD Question. - by The__ - 24.03.2012, 16:12
Re: DCMD Question. - by kelvin22 - 24.03.2012, 16:27
Re: DCMD Question. - by suhrab_mujeeb - 24.03.2012, 16:29
Re: DCMD Question. - by The__ - 24.03.2012, 16:43
Re: DCMD Question. - by doreto - 24.03.2012, 16:45
Re: DCMD Question. - by kelvin22 - 25.03.2012, 17:23

Forum Jump:


Users browsing this thread: 1 Guest(s)