golanu21 Posted July 30, 2013 Posted July 30, 2013 function playerspawn () spawnPlayer(source, -1429.29822, 507.31195, 18.22944, -90, 0) end addEventHandler("onPlayerLogin", getRootElement(), playerspawn) function join () setCameraMatrix(source, -1443.07190, 507.24130, 29.70967, -1373.97998, 507.68015, 18.23438) end addEventHandler("onPlayerJoin", getRootElement(), join) function spawn () toggleAllControls(source, false) setTimer(toggleAllControls, 10000, 1, source, true) setCameraMatrix(source, -1443.07190, 507.24130, 29.70967, -1373.97998, 507.68015, 18.23438) setTimer(setCameraTarget, 10000, 1, source) outputChatBox("Bun Venit Pe ROMANIA-ZOMBIE-RPG///Gamemode By HamsYu", source, 255, 0, 0, false) setControlState(source, "forwards", true) setTimer(setControlState, 10000, 1, source, "forwards", false) end addEventHandler("onPlayerSpawn", getRootElement(), spawn) i make that, and when i enter on server the login panel is appear, i login , and then black screen ... and exp gui is on... [Dev]BloWnRPG - We BloW the World [1%]
Moderators IIYAMA Posted July 30, 2013 Moderators Posted July 30, 2013 https://wiki.multitheftauto.com/wiki/FadeCamera Do you want to improve your Lua programming skills and make less mistakes? Start with Lua Language Server! Useful functions 3x Spoiler checkPassiveTimer getScreenStartPositionFromBox getPedGender Tutorials 4x Spoiler Scaling DX Events Attach an addEventHandler on a group of elements Debugging
Moderators IIYAMA Posted July 30, 2013 Moderators Posted July 30, 2013 np. Do you want to improve your Lua programming skills and make less mistakes? Start with Lua Language Server! Useful functions 3x Spoiler checkPassiveTimer getScreenStartPositionFromBox getPedGender Tutorials 4x Spoiler Scaling DX Events Attach an addEventHandler on a group of elements Debugging
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