problem with ZCMD
#1

Hello guys.
I done this,i want to make the two different CMD to does the samething.
so i write
Код:
CMD:whisper(playerid, params[])
{
  blabla...
return 1;
}

CMD:w(playerid, params[])
{
  return cmd_whisper(playerid, params[]);
}
the Pawno give me a error:
Код:
invalid expression, assumed zero
Reply


Messages In This Thread
problem with ZCMD - by VivianKris - 08.06.2011, 02:19
Re: problem with ZCMD - by Deskoft - 08.06.2011, 02:22
Re: problem with ZCMD - by Snipa - 08.06.2011, 02:23
Re: problem with ZCMD - by Deskoft - 08.06.2011, 02:25
Re: problem with ZCMD - by VivianKris - 08.06.2011, 03:25

Forum Jump:


Users browsing this thread: 1 Guest(s)