Posts: 1,046
Threads: 250
Joined: Nov 2014
Reputation:
0
Uh, a guy gave me his gamemode to make something for him and he also wants me to edit the /ticket command but I can't find it in the Gamemode, the command is working on the server, there is no other filder script, wtf?
Posts: 4,759
Threads: 33
Joined: Dec 2013
Reputation:
0
If it exists after recompiling, then you should be able to find it.
Check in includes too. Based off the command processor he uses, search for ticket using its syntax (some have multiple syntaxes btw).
Posts: 596
Threads: 75
Joined: Nov 2015
There is not much awareness of this method here...but some of the gamemodes (Especially Large Ones Like RP) are divided by includes. to make the things neat and it has some other advantages aswell as some disadvantages..
Posts: 1,046
Threads: 250
Joined: Nov 2014
Reputation:
0
#include "/IBP/Commands/ticket.pwn"
But there is no IBP folder anywhere here nor on the FTP..
Posts: 4,759
Threads: 33
Joined: Dec 2013
Reputation:
0
If it isn't in the folders 'gamemodes' and 'includes', then you need to ask that guy for the files.
Posts: 10,066
Threads: 38
Joined: Sep 2007
Reputation:
0
The files MUST be there else the script simply will not compile. Unless the include path was redefined the IBP folder is inside the pawno/include folder. Also, only the final compiled amx is usually uploaded to the server. It is not wise to store source files on the server.