Script help
#3

OnVehicleDeath and OnVehicleRespawn, get fuel and save it.

Also small tip, can you tell what is common in each case state in vUpdate?
Its mysql_query(SQL, gQuery);
You can save up to 23 script lines, by putting mysql_query(SQL, gQuery); at the very end of the cases before return 1; and delete it from each case individually.

pawn Код:
mysql_query(SQL, gQuery);
return 1;
}
Most likely you wont use it, but I can always suggest.
Reply


Messages In This Thread
Script help - by Ax3l123 - 08.02.2016, 15:15
Re: Script help - by Ax3l123 - 08.02.2016, 18:44
Re: Script help - by ikey07 - 08.02.2016, 18:56
Re: Script help - by Ax3l123 - 08.02.2016, 19:19
Re: Script help - by amirm3hdi - 08.02.2016, 19:21
Re: Script help - by ikey07 - 08.02.2016, 19:23

Forum Jump:


Users browsing this thread: 1 Guest(s)