16.12.2012, 11:16
I have set these three timers to show the following things when entering a vehicle;
Amount of fuel, vehicle name and the speed.
My game mode is currently being hosted and not laggy at all but I am just wondering when more players join will it start lagging loads having these timers?
Amount of fuel, vehicle name and the speed.
pawn Код:
SetTimer("SpeedTimer", 80, true);
SetTimer("FuelTima", 80, true);
SetTimer("VehicleTima", 80, true);