08.06.2011, 02:19
Hello guys.
I done this,i want to make the two different CMD to does the samething.
so i write
the Pawno give me a error:
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[]);
}
Код:
invalid expression, assumed zero


