SA-MP Forums Archive
Script 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)
+--- Thread: Script problem (/showthread.php?tid=571696)



Script problem - oppo1234 - 21.04.2015

How to solve?




Re: Script problem - Azula - 21.04.2015

#pragma unused c
#pragma unused ZCMD_ProcessCommand

edit : place your cmd at the end


Re: Script problem - Ahmad45123 - 21.04.2015

Quote:
Originally Posted by Azula
Посмотреть сообщение
#pragma unused c
#pragma unused ZCMD_ProcessCommand
This will never fix the problem, It'll just hide it.
Please don't teach others the wrong ways.

And about your problem, Try downloading latest version of ZCMD.


Re: Script problem - Azula - 21.04.2015

yea sorry


Re: Script problem - fuckingcruse - 21.04.2015

1st thing , for making your coding for comfortable let OnPlayerModeInit , OnPlayerConnet and OnPlayerDisconnect be on the top , and cmds down to make it more clear..

2nd Update the includes version as ahmad said..

3rd try making the code yourself will make your learn it more easily..

Good Day