golanu21 Posted July 30, 2013 Share 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... Link to comment
Moderators IIYAMA Posted July 30, 2013 Moderators Share Posted July 30, 2013 https://wiki.multitheftauto.com/wiki/FadeCamera 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