Jump to content

[Help] Black image


Recommended Posts

Just now, Firespider said:

No error, just a black image

You can exit of the server and join again 

or try 

function spawnplayer(plr,...)
spawnPlayer(plr,...) fadeCamera(plr,true) setCameraTarget(plr,nil)
end

addEventHandler("onPlayerJoin",root,function () spawnplayer(source,0,0,4) end)

addEventHandler("onResourceStart",resourceRoot, function ()
for k,p in ipairs(getElementsByType("player")) do  spawnplayer(p,0,0,4)
end end)

 

Link to comment
Do we write the coordinates of where to spawn in place of the numbers?
 
 
 
It interferes with the account system, don't spawn the player where she exits
 
I already solved it
 
 
 

unknown.png

Why don't you bring up the panel?
 
 
 
Bad picture
 
 

unknown.png

This is a picture

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...