Textdraw update help
#9

Quote:
Originally Posted by Hellman92
Посмотреть сообщение
Can u give me an ect?
Код:
public OnPlayerConnect(playerid)
{
        TextDrawShowForPlayer(playerid, Mapdraw0);
	return 1;
}
Код:
public UpdateMapTimer()
{
    foreach (Player, i)
    {
        new string[25];
        new hour,minute,second;
	gettime(hour,minute,second);

	format(string, sizeof(string), "Time: %d:%d:%d", hour,minute,second);
	TextDrawSetString(Mapdraw0, string);
     }
     return 1;
}
Reply


Messages In This Thread
Textdraw update help - by Hellman92 - 15.02.2016, 19:23
Re: Textdraw update help - by Lowsamp98 - 15.02.2016, 20:49
Re: Textdraw update help - by thewildlima - 15.02.2016, 21:34
Re: Textdraw update help - by Danx - 16.02.2016, 01:07
Re: Textdraw update help - by Hellman92 - 16.02.2016, 05:55
Re: Textdraw update help - by Amunra - 16.02.2016, 06:08
Re: Textdraw update help - by Hellman92 - 16.02.2016, 06:22
Re: Textdraw update help - by Amunra - 16.02.2016, 06:28
Re: Textdraw update help - by Danx - 16.02.2016, 18:12

Forum Jump:


Users browsing this thread: 1 Guest(s)