02.01.2010, 18:27
Hi,
What i want...
I want to change the time, but not by entering a command.
I want that one real hour is one GTA day. How could i get this?
What i need...
Players can check the time by entering /time. how to make this command?
There is also a car, i want that every GTA hour that the person drives in that car (model 574) rechives 2 Credits (Own cash system)..
Some information....
GivePlayerPCash(playerid, 2); (on this way the player rechives the 2 Credits)
if (GetVehicleModel(playerid) == 574) (To check if the player is driving the car with model number 574, most of you already know this)...
please help...
What i want...
I want to change the time, but not by entering a command.
I want that one real hour is one GTA day. How could i get this?
What i need...
Players can check the time by entering /time. how to make this command?
There is also a car, i want that every GTA hour that the person drives in that car (model 574) rechives 2 Credits (Own cash system)..
Some information....
GivePlayerPCash(playerid, 2); (on this way the player rechives the 2 Credits)
if (GetVehicleModel(playerid) == 574) (To check if the player is driving the car with model number 574, most of you already know this)...
please help...