23.05.2015, 20:26
Quote:
alright, that worked, thanks! +rep also, how do i make the include for zcmd?
|
Just change "#include <ZCMD>" to "#include <YSI\y_commands>".
You won't need to change anything in the script, just that.
Quote:
Copy another include's file, paste it, and then rename it to zcmd, or create a new text file, and then save it as zcmd.inc. Open it, delete its content and then put zcmd's content in it. Save it, and then include it in your gamemode (#include <zcmd>).
|
If you insist on using ZCMD (if you do the y_commands thing I described above you shouldn't do this), go here http://pastebin.com/SbJc7iXa. Then Right click on "RAW," click "save link as." Point to your include folder and click save, done.