How do I change the G or E prompt colors?
--------------------------------------------------
-- Startup ---------------------------------------
--------------------------------------------------
AddEventHandler('onResourceStart', function(resource)
if resource == GetCurrentResourceName() then
--- do something on startup
end
end)
Hits: 3