Posts: 158
Threads: 45
Joined: Jan 2014
Hi all, i need command for my raven's gamemode command is cmd: offuninvite
If anybody have that command send me..I need it for kick player from organizations when player is off..
Posts: 952
Threads: 45
Joined: Aug 2010
Reputation:
0
Its pretty much the same as the uninvite command, but you will need to change the player id to username, and if its sql you can just change it to SQL UID (the UID is a unique id for each record in the table) (Assuming that is what its called in the database)
And don't forget to make a backup of the files incase you mess up.
Posts: 158
Threads: 45
Joined: Jan 2014
hmm,i don't use mysql i use custom command,can you give me sample for make that command...
Posts: 845
Threads: 123
Joined: Dec 2011
Reputation:
0
MySQL being the loading/saving system. I think Raven uses Dini or Y_INI.
Posts: 158
Threads: 45
Joined: Jan 2014
hmmm,Dini is old slow saving system,but i use y_INI saving system faster than dini...