Total Registered players.
#6

I'm not really good in this domain,but I tryed:
pawn Код:
new totalaccs;
    totalaccs = mysql_function_query( g_Handle, "SELECT COUNT(*) AS totalplayers FROM `Accounts`", false, "", "" );
new stringss[50];
format(stringss, 50, "Accounts Registered: %d",totalaccs);
TextDrawSetString(registered, stringss);
TextDrawShowForPlayer( playerid, registered );
And it shows that there is 1 registered account,but there are more..
Reply


Messages In This Thread
Total Registered players. - by TheBosss - 22.02.2014, 12:06
Re: Total Registered players. - by Vince - 22.02.2014, 12:27
Re: Total Registered players. - by TheBosss - 22.02.2014, 12:41
Re: Total Registered players. - by Vince - 22.02.2014, 12:56
Re: Total Registered players. - by TheBosss - 22.02.2014, 13:10
Re: Total Registered players. - by TheBosss - 22.02.2014, 17:56
Re: Total Registered players. - by TheBosss - 23.02.2014, 07:20
Re: Total Registered players. - by Scenario - 23.02.2014, 08:10
Re: Total Registered players. - by ACI - 23.02.2014, 08:25
Re: Total Registered players. - by newbienoob - 23.02.2014, 09:29

Forum Jump:


Users browsing this thread: 1 Guest(s)