03.11.2016, 21:19
(
Последний раз редактировалось Micko123; 04.11.2016 в 08:00.
Причина: Typo
)
Hey guys. I want to make online player count. Is there any way to do it without timer??
I tried like this
But it is not working
Do I need to use timer??
I tried like this
PHP код:
public OnPlayerConnect(playerid)
{
format(string1, sizeof(string1), "%d", Iter_Count(Player));
PlayerTextDrawSetString(playerid, OnlineRecordTD[playerid][2], string1);
return 1;
}
Do I need to use timer??