HoLsTeN Posted April 14, 2012 Share Posted April 14, 2012 hi all I have a problem IN my server if i start the gamemode in my local server it is work 1.3 and when i upload it in ffs server 1.3 it is not work this pic show you the Error in the server i am use the XML function only in the login_panel for nextrame thank you Link to comment
X-SHADOW Posted April 14, 2012 Share Posted April 14, 2012 try Make it unzip and add it to admin group and restart Your Server . Link to comment
Blueman Posted April 14, 2012 Share Posted April 14, 2012 If this is your gamemode you must use spawnPlayer() in order to spawn the players at start. local X= local Y= local Z= --Write your spawn coordinates after the X, Y and Z function PLJOIN() spawnPlayer(source, X, Y, Z) fadeCamera(source, true) setCameraTarget(source, source) end addEventHandler("onPlayerJoin", getRootElement(), PLJOIN) --Change this to "onPlayerLogin" if you want players to spawn at login Link to comment
drk Posted April 14, 2012 Share Posted April 14, 2012 That's not the problem, Blueman. Link to comment
Kenix Posted April 14, 2012 Share Posted April 14, 2012 If gm not have spawn then you see this black screen. Link to comment
HoLsTeN Posted April 15, 2012 Author Share Posted April 15, 2012 thank you guys i think the proublem was in the server not in the gamemode thanks any way <3 come to test the server guys try to find the server Gta-Ar 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