SA:MP Textdraw Bug +Rep
#2

Update it when someone leaves.

Код:
OnPlayerDisconnect(playerid)
{
	new 
		strings[15];
	format(strings, 15, "%d/100",GetOnLinePlayers());
	TextDrawSetString(players, strings);

	return 1;
}
Reply


Messages In This Thread
SA:MP Textdraw Bug +Rep - by Rodri99 - 20.06.2015, 08:20
Re: SA:MP Textdraw Bug +Rep - by Evocator - 20.06.2015, 08:27
Re: SA:MP Textdraw Bug +Rep - by Rodri99 - 20.06.2015, 08:28

Forum Jump:


Users browsing this thread: 1 Guest(s)