Jump to content

[Help] Black image


Recommended Posts

Posted
When a player comes to my server and the picture is black, he can't see anything. I can only solve it by starting Freeroam, is there another way? So they see things automatically?
 
 
 
Posted
Finally someone who doesn't recommend the Spawn script because it doesn't work for me. Thanks, I'll see how it works
 
 
 
 
 
Does not work
 
 
 
 
Posted
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)

 

Posted
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

Posted
4 hours ago, Firespider said:
How do you accomplish what?

This is a code 

 

 

spacer.png

Just change player and thePlayer with source restart and reconnect it should work 

Posted
Tekken, can you help me with why the menu does not appear when I press F5. Is the problem with the BindKey? (The previous case has already been resolved)
 
 
 

 
 

unknown.png

Posted

Replace

if isCardShop(true) then 

with 

if isCardShop == true then

Also to set it true or false do

isCardOpen = true or isCardOpen = false

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