SA-MP Forums Archive
Need Help! - 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: Need Help! (/showthread.php?tid=637342)



Need Help! - Telvis - 13.07.2017

Hi Diran I'm Noob But I Need Someone To Teach Me How To Put A Command In The Gamemode Within The Gamemode I Never Knew That Do


Re: Need Help! - GuilhermeNunes - 13.07.2017

First Download Zeex ZCMD After See this tutorial
Tutorial:
https://sampforum.blast.hk/showthread.php?tid=319000

ZCMD:
https://sampforum.blast.hk/showthread.php?tid=91354


Re: Need Help! - Telvis - 13.07.2017

How to install ZCMD?


Re: Need Help! - Telvis - 13.07.2017

Need Help :c


Re: Need Help! - [G]am3r - 13.07.2017

Download ZCMD and put it in your pawno/include folder, then at the top of your gamemode after #include <a_samp> put #include <zcmd>


Re: Need Help! - Electron123 - 13.07.2017

Ok bro, you want to make a cmd that would work in your server, i suggest you to use zcmds
1) first download zcmd.inc from ****** and put it in pawno>include
2)then open pawno and type #include <zcmd>

Код:
CMD:help 
SendCilentMessage (playerid, COLOR_RED, "Hello, how are you");
If it shows you an error aftet compiling it like undefined color red
Then do,
#define COLOR_RED 0xFF0000FF
Im noob in scripting but i know somethings about pawno


Re: Need Help! - saffierr - 13.07.2017

Use ******, 'download zcmd.inc' after that add this line under 'include <a_samp>'
'#include <zcmd>'