Clock Real Time by Noredine.There is no others !
#31

Quote:
Originally Posted by ДitisOnHuora
Quote:
Originally Posted by Noredine
Quote:
Originally Posted by ДitisOnHuora
How can i change the time? I mean on my host the time is atm 12:00:00 but i want it 15:00:00... How can i do that?
You can't change time because this a realtime or type /settime 15 if you have this commands
Tell me the command?
Код:
dcmd_settime(playerid,params[])
{
	if(AccInfo[playerid][Level] >= 3)
	{
		new Index;
	  new tmp[256]; tmp = strtok(params,Index);
	  new tmp2[256]; tmp2 = strtok(params,Index);
	  if(!strlen(tmp) || !strlen(tmp2) || !IsNumeric(tmp2)) return
		SendClientMessage(playerid, LIGHTBLUE2, "Usage: /settime [PlayerID] [Time(Hour)]") &&
		SendClientMessage(playerid, orange, "Function: Will set the Time of specified player!");
		new player1 = strval(tmp);
		new time = strval(tmp2);
		new string[128];
		if(AccInfo[player1][Level] == ServerInfo[MaxAdminLevel] && AccInfo[playerid][Level] != ServerInfo[MaxAdminLevel])
		return SendClientMessage(playerid,red,"ERROR: You cannot use this command on this admin");
    if(IsPlayerConnected(player1) && player1 != INVALID_PLAYER_ID)
		{
			SendCommandToAdmins(playerid,"SetTime");
			format(string, sizeof(string), "|- You have set \"%s's\" Time to %d:00 -|", pName(player1), time);
			SendClientMessage(playerid,BlueMsg,string);
			if(player1 != playerid)
			{
			format(string,sizeof(string),"|- Administrator \"%s\" has set your Time to %d:00 -|", pName(playerid), time);
			SendClientMessage(player1,blue,string);
			}
			PlayerPlaySound(player1,1057,0.0,0.0,0.0);
  			return SetPlayerTime(player1, time, 0);
	  }
		else return ErrorMessages(playerid, 2);
	}
	else return ErrorMessages(playerid, 1);
}
Reply


Messages In This Thread
Clock Real Time by Noredine.There is no others ! - by Noredine - 19.02.2010, 11:22
Re: Clock Real Time by Noredine - by addinol - 19.02.2010, 11:34
Re: Clock Real Time by Noredine - by Noredine - 19.02.2010, 15:12
Re: Clock Real Time by Noredine - by Pho3niXx - 19.02.2010, 16:26
Re: Clock Real Time by Noredine - by Noredine - 19.02.2010, 16:27
Re: Clock Real Time by Noredine - by Noredine - 20.02.2010, 11:44
Re: Clock Real Time by Noredine - by Eazy_Efolife - 20.02.2010, 12:41
Re: Clock Real Time by Noredine.There is no others ! - by [WSM]Deadly_Evil - 20.02.2010, 12:49
Re: Clock Real Time by Noredine.There is no others ! - by Noredine - 20.02.2010, 12:52
Re: Clock Real Time by Noredine.There is no others ! - by Eazy_Efolife - 20.02.2010, 12:53
Re: Clock Real Time by Noredine.There is no others ! - by Pho3niXx - 20.02.2010, 12:56
Re: Clock Real Time by Noredine.There is no others ! - by Noredine - 20.02.2010, 12:59
Re: Clock Real Time by Noredine.There is no others ! - by [NL]Bank - 20.02.2010, 13:01
Re: Clock Real Time by Noredine.There is no others ! - by Noredine - 20.02.2010, 14:52
Re: Clock Real Time by Noredine.There is no others ! - by jamesbond007 - 21.02.2010, 10:59
Re: Clock Real Time by Noredine.There is no others ! - by Sayaron - 21.02.2010, 11:50
Re: Clock Real Time by Noredine.There is no others ! - by Noredine - 21.02.2010, 16:55
Re: Clock Real Time by Noredine.There is no others ! - by Scenario - 22.02.2010, 01:13
Re: Clock Real Time by Noredine.There is no others ! - by Noredine - 22.02.2010, 01:27
Re: Clock Real Time by Noredine.There is no others ! - by Scenario - 22.02.2010, 01:36
Re: Clock Real Time by Noredine.There is no others ! - by Noredine - 22.02.2010, 01:38
Re: Clock Real Time by Noredine.There is no others ! - by Scenario - 22.02.2010, 01:48
Re: Clock Real Time by Noredine.There is no others ! - by Noredine - 22.02.2010, 01:52
Re: Clock Real Time by Noredine.There is no others ! - by Scenario - 22.02.2010, 01:57
Re: Clock Real Time by Noredine.There is no others ! - by Noredine - 22.02.2010, 02:04
Re: Clock Real Time by Noredine.There is no others ! - by Onyx09 - 22.02.2010, 07:44
Re: Clock Real Time by Noredine.There is no others ! - by Noredine - 22.02.2010, 14:05
Re: Clock Real Time by Noredine.There is no others ! - by ДitisOnHuora - 23.02.2010, 13:03
Re: Clock Real Time by Noredine.There is no others ! - by Noredine - 23.02.2010, 15:47
Re: Clock Real Time by Noredine.There is no others ! - by ДitisOnHuora - 23.02.2010, 16:42
Re: Clock Real Time by Noredine.There is no others ! - by Noredine - 23.02.2010, 16:54
Re: Clock Real Time by Noredine.There is no others ! - by Noredine - 25.02.2010, 14:53
Re: Clock Real Time by Noredine.There is no others ! - by Noredine - 13.03.2010, 10:36
Re: Clock Real Time by Noredine.There is no others ! - by Hernaner28 - 09.06.2010, 18:59
Re: Clock Real Time by Noredine.There is no others ! - by Cameltoe - 10.06.2010, 03:20
Re: Clock Real Time by Noredine - by KingHual - 04.08.2010, 07:39
Re: Clock Real Time by Noredine.There is no others ! - by rbN. - 04.08.2010, 08:14

Forum Jump:


Users browsing this thread: 10 Guest(s)