SA-MP Forums Archive
I have problem with a ZCMD include - 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: I have problem with a ZCMD include (/showthread.php?tid=516013)



I have problem with a ZCMD include - romsisx - 29.05.2014

This WARNING

Код:
D:\Romas\Kaimeliai by zygius\Kaimeliu gyvenimas lsng\pawno\include\zcmd.inc(87) : error 017: undefined symbol "playeridex"
D:\Romas\Kaimeliai by zygius\Kaimeliu gyvenimas lsng\pawno\include\zcmd.inc(87) : warning 215: expression has no effect
D:\Romas\Kaimeliai by zygius\Kaimeliu gyvenimas lsng\pawno\include\zcmd.inc(87) : error 001: expected token: ";", but found "]"
D:\Romas\Kaimeliai by zygius\Kaimeliu gyvenimas lsng\pawno\include\zcmd.inc(87) : error 029: invalid expression, assumed zero
D:\Romas\Kaimeliai by zygius\Kaimeliu gyvenimas lsng\pawno\include\zcmd.inc(87) : fatal error 107: too many error messages on one line
Please HELP!


Re: I have problem with a ZCMD include - Ciandlah - 29.05.2014

Change

Quote:

playeridex

to

Quote:

playerid

Kind Regards
Ciandlah


Re: I have problem with a ZCMD include - NaClchemistryK - 29.05.2014

Why this again....
Please show us the line 87. So we can serve better help than just guessing fixes like above.


Re: I have problem with a ZCMD include - romsisx - 29.05.2014

Код:
    if (zcmd_g_HasOPCS && !CallLocalFunction("OnPlayerCommandReceived", "is", playerid, cmdtext))
    { - LINE 87
        return 1;
    }



Re: I have problem with a ZCMD include - romsisx - 29.05.2014

Ciandlah

I not find this word - "playeridex"


Re: I have problem with a ZCMD include - Parallex - 29.05.2014

Romsisx - Make sure you have the ZCMD commands OUT OF ALL CALLBACKS.


Re: I have problem with a ZCMD include - romsisx - 29.05.2014

Idle


Re: I have problem with a ZCMD include - romsisx - 29.05.2014

UP.Please HELP!


Re: I have problem with a ZCMD include - Johnson_Brooks - 29.05.2014

Quote:
Originally Posted by romsisx
Посмотреть сообщение
UP.Please HELP!
Dude we will help you , dont bump a topic before 12 hours without getting a reply .
Did you try re-downloading the ZCMD Include and see if you get any errors ? Try that .
Also dont forget to update your server files to 0.3z


Re: I have problem with a ZCMD include - Ciandlah - 29.05.2014

Its There

Quote:

zcmd.inc(87) : error 017: undefined symbol "playeridex"