konrad22222 Posted December 24, 2022 Share Posted December 24, 2022 if anyone sell xmass scripts i buy asap Link to comment
Trust aka Tiffergan Posted December 24, 2022 Share Posted December 24, 2022 what do you mean? what that script have to do ? 8 hours ago, konrad22222 said: if anyone sell xmass scripts i buy asap s Link to comment
Moderators Vinyard Posted December 25, 2022 Moderators Share Posted December 25, 2022 Moving this to resources. Link to comment
konrad22222 Posted December 26, 2022 Author Share Posted December 26, 2022 spawn around map some zombie what can drop xmass box and there lots skins etc Link to comment
Trust aka Tiffergan Posted December 26, 2022 Share Posted December 26, 2022 It's not that easy because everything you say must be done in gamemode because the weapons must match the zombie script etc etc... -- Spawn a zombie at a random location on the map local x, y, z = math.random(-8000, 8000), math.random(-8000, 8000), 0 local zombie = createPed(28, x, y, z) -- Make the zombie drop a Christmas box when it dies addEventHandler("onPedWasted", zombie, function() local box = createObject(1225, x, y, z) -- You can add code here to make the box contain skins or other items end) Keep in mind that this code is just an example and may need to be modified to fit your specific needs. Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now