SA-MP Forums Archive
why cant I? - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: why cant I? (/showthread.php?tid=306073)



why cant I? - jamesbond007 - 25.12.2011

why cant i do this in zcmd? it works in dcmd..

pawn Код:
command(a,playerid,params[])
{
    return command(anims,playerid,params[]); //line 129
}
i get those errors
Код:
(129) : error 029: invalid expression, assumed zero
(129) : error 029: invalid expression, assumed zero
(129) : error 029: invalid expression, assumed zero
(129) : fatal error 107: too many error messages on one line



Re: why cant I? - spedico - 25.12.2011

return cmd_anims(playerid, params);


Re: why cant I? - jamesbond007 - 25.12.2011

Quote:
Originally Posted by spedico
Посмотреть сообщение
return cmd_anims(playerid, params);
thanks +1