Small help
#6

PHP код:
CMD:printtotalacc(playeridparams[])
{
     
mysql_tquery(mConnectionHandle"SELECT TotalAccounts FROM ServerStats""PrintTotalAcc""d"playerid);
     return 
1;
}
forward PrintTotalAcc(playerid);
public 
PrintTotalAcc(playerid)
{
      
printf("Total Accs: %d"cache_get_row_int(00mConnectionHandle));
      return 
SendClientMessage(playerid0x00cc00FF"Total accounts printed in server log!");

Reply


Messages In This Thread
Small help - by Face9000 - 06.10.2015, 23:04
Re: Small help - by Galletziz - 06.10.2015, 23:15
Re: Small help - by Jefff - 06.10.2015, 23:36
Re: Small help - by Affan - 07.10.2015, 07:28
Re: Small help - by Face9000 - 07.10.2015, 10:08
Re: Small help - by BroZeus - 07.10.2015, 14:00
Re: Small help - by PrO.GameR - 07.10.2015, 14:23
Re: Small help - by Face9000 - 07.10.2015, 20:12
Re: Small help - by d1git - 07.10.2015, 20:37
Re: Small help - by Face9000 - 07.10.2015, 20:51

Forum Jump:


Users browsing this thread: 1 Guest(s)