HoLsTeN Posted April 14, 2012 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 I Am HoLsTeN !
X-SHADOW Posted April 14, 2012 Posted April 14, 2012 try Make it unzip and add it to admin group and restart Your Server . My ingame nickname : Ops! -DeathMatch GameMode By Ops! : 5%
Blueman Posted April 14, 2012 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 It's amazing what people will sell nowadays $500 for an animated gif
drk Posted April 14, 2012 Posted April 14, 2012 That's not the problem, Blueman. EPT Team Server Development: 0% Learning C++ | C++ is amazing
Kenix Posted April 14, 2012 Posted April 14, 2012 If gm not have spawn then you see this black screen. http://vk.com/the_kenix Вопросы задавайте на форуме, не пишите мне в личку. Please don't pm me.
HoLsTeN Posted April 15, 2012 Author 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 I Am HoLsTeN !
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