SA-MP Forums Archive
Unused Callbacks - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Unused Callbacks (/showthread.php?tid=454519)



Unused Callbacks - anito - 29.07.2013

Is it OK to delete those unused callbacks in gamemode?

For example:

Code:
public OnVehicleMod(playerid, vehicleid, componentid)
{
	return 1;
}



Re: Unused Callbacks - dEcooR - 29.07.2013

Yes you can delete this if you dont wana use it..


Re: Unused Callbacks - Donvalley - 29.07.2013

if it is an unused callback it can be removed as it is not actually doing anything.