-- Just an example you can edit to give keys to spawned vehiclesRegisterNetEvent("missions_creator:entitySpawned", function(entityType,entity) if(entityType =="vehicle") thenlocal plate =GetVehicleNumberPlateText(entity)TriggerEvent("GIVEKEYS", plate)endend)
Where to insert the code?
You can place it in the file jaksam_core/config/cl_config.lua, at the bottom of the file on new lines