Gas Problem
#2

under OnGameModeInit add

for(new i; i < sizeof(YOUR_CARS_AMOUNT); i++)
{
YOUR_GAS_VARIABLE[i] = 100;
}

OR at the top of the script


new YOUR_GAS_VARIABLE[YOUR_CARS_AMOUNT] = {100,...};
Reply


Messages In This Thread
Gas Problem - by Adrianos - 11.02.2016, 21:31
Re: Gas Problem - by ikey07 - 11.02.2016, 21:34
Re: Gas Problem - by Adrianos - 11.02.2016, 21:47

Forum Jump:


Users browsing this thread: 1 Guest(s)