[HELP] +1 Untill == 10
#1

i need +1 Untill == 10 code for my fuel command
this is example of what i'm having now
Код:
if(VehicleFuel[GetPlayerVehicleID(playerid)]==10)
 {
   SendClientMessage(playerid, c_r, "Tank Is Already Full");
  }
else
  {
  VehicleFuel[GetPlayerVehicleID(playerid)]=VehicleFuel[GetPlayerVehicleID(playerid)]+1;
   }
this code adds +1 fuel every time i enter /afuel comamnd
i wan't this script to Continue adding +1 to VehicleFull untill it's count gets to 10 without re entering command /afuel

p.s.
and wiki link please on all codes with definitions like"
==
!=
>+
etc..
Reply


Messages In This Thread
[HELP] +1 Untill == 10 - by Blatnoi - 08.11.2010, 10:00
Re: [HELP] +1 Untill == 10 - by GeorgeBrown - 08.11.2010, 10:19
Re: [HELP] +1 Untill == 10 - by iggy1 - 08.11.2010, 10:20
Re: [HELP] +1 Untill == 10 - by Gamer_Z - 08.11.2010, 10:25
Re: [HELP] +1 Untill == 10 - by Blatnoi - 08.11.2010, 11:04

Forum Jump:


Users browsing this thread: 1 Guest(s)