#4

Quote:
Originally Posted by Mivco
Посмотреть сообщение
After entering the command, the vehicle will not be dumped
Let me guess, you just get a different number every time, right?
So here's the mistake:
Код:
Benzin[playerid] = random(100);
If you want to fill the tank up, this (the variable Benzin) doesn't have to be a random number, it has to be set to 100, so:
Код:
Benzin[playerid] = 100;
Reply


Messages In This Thread
Fuel - by Mivco - 21.11.2017, 07:11
Re: Fuel - by Ritzy2K - 21.11.2017, 09:22
Re: Fuel - by Mivco - 21.11.2017, 09:49
Re: Fuel - by L97 - 21.11.2017, 13:33
Re: Fuel - by Mivco - 21.11.2017, 14:22
Re: Fuel - by L97 - 21.11.2017, 14:31
Re: Fuel - by Mivco - 21.11.2017, 17:52
Re: Fuel - by Lucases - 21.11.2017, 20:31
Re: Fuel - by Mivco - 22.11.2017, 08:10
Re: Fuel - by frouzen - 23.11.2017, 16:54

Forum Jump:


Users browsing this thread: 2 Guest(s)