Jump to content
  • 0

Ajutor Comanda


Oly

Question

Cum pot face ca aceasta comanda sa mearga doar in intervalul orar : 20:00 - 6:00 ! Adica de la 8 seara pana la 6 dimineata? Ma ajuta cineva?

if(strcmp(cmd, "/subventie", true) == 0)
	{
		if(IsPlayerConnected(playerid))
		{
		    if(PlayerToPoint(3.0, PlayerToPoint(3.0, playerid, 2674.8925,2021.3578,14.8203))
			{
			    if(health >= 75)
			    {
			        GivePlayerMoney(playerid, 5000);
			        GameTextForPlayer(playerid, "Ai primit:~r~5.000~g~$", 5000, 1);
				}
				else
				{
					GivePlayerMoney(playerid, -3);
					GameTextForPlayer(playerid, "Ai fost taxat cu~r~3~g~$ caci ai incercat sa pagubesti statul!", 5000, 1);
				}
			}
			else
			{
			    SendClientMessage(playerid, COLOR_GRAD1,"Nu te aflii la locul unde poti lua subventii!.");
			    return 1;
			}
		}
		return 1;
	}

Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.