Gas Problem
#1

I have a problem with gas at car . When i open the server all cars are fuel 0 ! What is the problem ? How fix it ?
Reply
#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
#3

thanks
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)