Need a little help....
#1

Hi,


I have the cars script ,everything allright you can buy car and in it will be 40l fuel.
But when you enter to the job car there is 1l fuel so i want to ask how to make that when server starts to set all cars 40l fuel ?


There is something like that vehicleDB[i][gas]=40;
Reply
#2

OnGameModeInit
pawn Код:
for(new i = 0; i < MAX_VEHICLES; i++;)
{
vehicleDB[i][gas]=40;
}
Reply
#3

thanks
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)