Unused Callbacks
#1

Is it OK to delete those unused callbacks in gamemode?

For example:

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

Yes you can delete this if you dont wana use it..
Reply
#3

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


Forum Jump:


Users browsing this thread: 1 Guest(s)