About tod
#1

Hi im experiencing a Problem About my tod if i change the time to /tod 1 The time Still got no effect IG It just like When i use /tod 1 the Time gone Fast and Back it to normal

here is my Code

CMD:tod(playerid, params[])
{
if (PlayerInfo[playerid][pAdmin] >= 1337)
{
new string[128], time;
if(sscanf(params, "d", time)) return SendClientMessageEx(playerid, COLOR_WHITE, "USAGE: /tod [time] (0-23)");

SetWorldTime(time);
gTime = time;
format(string, sizeof(string), "Time set to %d:00.", time);
BroadCast(COLOR_GRAD1, string);
}
else
{
SendClientMessageEx(playerid, COLOR_GRAD1, "You are not authorized to use that command!");
}
return 1;
}
Reply


Messages In This Thread
About tod - by ChrisRedfield00 - 02.05.2012, 09:33
Re: About tod - by MP2 - 02.05.2012, 09:35
Re: About tod - by Emil123 - 02.05.2012, 10:25
Re : About tod - by ChrisRedfield00 - 02.05.2012, 10:57
Re : Re: About tod - by ChrisRedfield00 - 02.05.2012, 10:59
Re : Re: About tod - by ChrisRedfield00 - 02.05.2012, 11:02
Re : Re: About tod - by ChrisRedfield00 - 03.05.2012, 11:31
Re: About tod - by MadeMan - 03.05.2012, 11:51
Re : Re: About tod - by ChrisRedfield00 - 03.05.2012, 13:37
Re: About tod - by MadeMan - 03.05.2012, 17:01

Forum Jump:


Users browsing this thread: 1 Guest(s)