MySQL question
#1

Hey guys,
I'm changing my saving method from Dini to MySQL
I have finished the registration & login and now I have to modify all the offline commands
Offline Bans, Offline Admin removals, Offline leadership removals etc etc

My question is,
How can I do this:
PHP код:
    format(filesizeof(file), "users/%s.ini"playerb);
    if(!
dini_Exists(file)) return SendClientMessage(playeridCOLOR_GREY"Player name not found.");
    if(
PlayerInfo[playerid][pAdmin] < dini_Int(file"Admin")) return SendClientMessage(playeridCOLOR_GREY"Player has a higher admin level than you."); 
In a MySQL way WITHOUT using further callbacks
Reply


Messages In This Thread
MySQL question - by NeXoR - 11.05.2016, 05:44
Re: MySQL question - by Gammix - 11.05.2016, 05:57
Re: MySQL question - by ]Rafaellos[ - 11.05.2016, 06:02
Re: MySQL question - by NeXoR - 11.05.2016, 06:11
Re: MySQL question - by ]Rafaellos[ - 11.05.2016, 06:13
Re: MySQL question - by Sjn - 11.05.2016, 06:30
Re: MySQL question - by NeXoR - 11.05.2016, 07:08
Re: MySQL question - by Sjn - 11.05.2016, 08:31
Re: MySQL question - by Slawiii - 11.05.2016, 10:27
Re: MySQL question - by Slawiii - 13.05.2016, 12:13

Forum Jump:


Users browsing this thread: 1 Guest(s)