Posts: 28
Threads: 3
Joined: May 2015
Reputation:
0
Iv looked in every link and i cant find any of these includes, all the download links are invalid or dont exist, can someone help me find these?
y_ini,
sscanf2,
zcmd,
foreach.
Posts: 3,324
Threads: 96
Joined: Sep 2013
Quote:
Originally Posted by ReksThePotato
alright, that worked, thanks! +rep also, how do i make the include for zcmd?
|
Why would you use ZCMD when you have YSI?
Just change "#include <ZCMD>" to "#include <YSI\y_commands>".
You won't need to change anything in the script, just that.
Quote:
Originally Posted by SickAttack
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>).
|
You over complicated that by a mile or two.
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.
Posts: 3,324
Threads: 96
Joined: Sep 2013
Quote:
Originally Posted by ReksThePotato
Well you see, im learning, and many people have told me to look at scripts to learn, and the script im looking at requires zcmd and y_ini
|
Dude, just try what I said.
Change "#include <ZCMD>" to "#include <YSI\y_commands>".
No script that uses ZCMD requires ZCMD. YCMD supports ZCMD syntax so all you have to do is change the include line.