SA-MP Forums Archive
CMD:offuninvite - 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: CMD:offuninvite (/showthread.php?tid=517202)



CMD:offuninvite - osman2571 - 03.06.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..


Re: CMD:offuninvite - Mark_Weston - 03.06.2014

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.


Re: CMD:offuninvite - osman2571 - 03.06.2014

hmm,i don't use mysql i use custom command,can you give me sample for make that command...


Re: CMD:offuninvite - BleverCastard - 03.06.2014

MySQL being the loading/saving system. I think Raven uses Dini or Y_INI.


Re: CMD:offuninvite - osman2571 - 03.06.2014

hmmm,Dini is old slow saving system,but i use y_INI saving system faster than dini...