Jump to content

GameMode problem


Hero192

Recommended Posts

Hey guys, i tried to make a gamemode so, i removed all the default MTA scripts i let only "web resources" then i added my resources but, when i try to enter in game (i can't ) i face a BLACK SCREEN, why that?

What i have to add? (i won't add the freeroam / play resources) i want make gamemode

Link to comment

I tried that but doesn't works, what i have to do ?

i want to create gamemode

addEventHandler("onPlayerJoin",root, 
    function() 
        setElementPosition(source,329.10980224609, -2117.2749023438, 40.161201477051) 
        setCameraTarget(source,source) 
        fadeCamera(source,source) 
    end) 
  

Link to comment

Doesn't working even with that, anyone? i want to know what should i do to let the player see the screen on joining and warp to this position

addEventHandler("onPlayerJoin",root, 
    function() 
        setElementPosition(source,329.10980224609, -2117.2749023438, 40.161201477051) 
        setCameraTarget(source,source) 
        fadeCamera(source,false) 
    end) 

Link to comment

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...