12.05.2018, 03:36
Quote:
The reason why you get «symbol is never used» is because you have functions/variables that has no use in your script. So basically to get these warnings away you can either comment them out(or remove them) doesn’t really matter. At least if you are not planning on using them. Just search for «IsVehicleAirVehicle», «Player_PortOutAdminZone» and «RefuelMaxPrice». These warnings will give no major harm to your script, it just tells you that you have functions/variables that is not used.
|
Thread Closed.