zcmd problem - 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)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: zcmd problem (
/showthread.php?tid=129469)
zcmd problem -
QuaTTrO - 22.02.2010
Hi i got problem with zcmd
When i try compile got errors :/
Код:
D:\pawno mapy\server 0.3\gamemodes\lv.pwn(1238) : error 029: invalid expression, assumed zero
D:\pawno mapy\server 0.3\gamemodes\lv.pwn(1238) : error 017: undefined symbol "cmd_mycommand"
D:\pawno mapy\server 0.3\gamemodes\lv.pwn(1238) : error 029: invalid expression, assumed zero
D:\pawno mapy\server 0.3\gamemodes\lv.pwn(1238) : fatal error 107: too many error messages on one line
The line 1238 is
command(mycommand, playerid, params[])
Sorry for bad english im form poland
Re: zcmd problem -
Speed - 16.05.2011
Your command must be out of public OnPlayerCommandTe.... Put that command on End of GameMod
Re: zcmd problem -
park4bmx - 16.05.2011
basically when you do
Command:test....
DONT put it under
OnPlayerCommandText or Any other
publics !!!!