Onlie Players
#1

Hey guys. I want to make online player count. Is there any way to do it without timer??
I tried like this
PHP код:
public OnPlayerConnect(playerid)
{
        
format(string1sizeof(string1), "%d"Iter_Count(Player));
    
PlayerTextDrawSetString(playeridOnlineRecordTD[playerid][2], string1);
    return 
1;

But it is not working

Do I need to use timer??
Reply


Messages In This Thread
Online Players - by Micko123 - 03.11.2016, 21:19
Re: Onlie Players - by oMa37 - 03.11.2016, 21:51
Respuesta: Re: Onlie Players - by Ner0x96 - 04.11.2016, 01:22
Re: Onlie Players - by Micko123 - 04.11.2016, 06:57
Re: Onlie Players - by Hunud - 04.11.2016, 07:01
Re: Onlie Players - by Micko123 - 04.11.2016, 07:03
Re: Onlie Players - by Hunud - 04.11.2016, 07:06
Re: Onlie Players - by Micko123 - 04.11.2016, 07:09
Re: Onlie Players - by RoboN1X - 04.11.2016, 07:27
Re: Onlie Players - by Micko123 - 04.11.2016, 07:34

Forum Jump:


Users browsing this thread: 2 Guest(s)