Time HELP
#8

Quote:
Originally Posted by necrobg3
Посмотреть сообщение
The textdraw won't shows up. I don't know where is the problem.
pawn Код:
CMD:time(playerid,params[])
{
new Hour, Minute, Second, string[32];
gettime(Hour, Minute, Second);
format(string, sizeof(string), "%02d:%02d:%02d", Hour, Minute, Second);
GameTextForPlayer(playerid, string, 5000, 1);
return 1;
}
Have fun
Reply


Messages In This Thread
Time HELP - by necrobg3 - 27.09.2012, 19:54
Re: Time HELP - by necrobg3 - 28.09.2012, 10:09
Re: Time HELP - by Cameltoe - 28.09.2012, 10:13
Re: Time HELP - by necrobg3 - 28.09.2012, 16:02
Re: Time HELP - by XtremeR - 28.09.2012, 16:14
Re: Time HELP - by xMCx - 28.09.2012, 17:01
Re: Time HELP - by necrobg3 - 28.09.2012, 19:15
Re: Time HELP - by KingHual - 28.09.2012, 19:52
Re: Time HELP - by necrobg3 - 28.09.2012, 20:58

Forum Jump:


Users browsing this thread: 3 Guest(s)