[Help] White Screen After Host Upload
#1

Okay so here's whatsup

After i uploaded all my things on my host, and installed Icognito's Streamer
and log into server
and press Spawn

My screen just starts turning all white and shit going totaly crazy
and no its not my samp i dont need to downgrade nothing with this
had other people to go in server and try and exactly same things happends.

i can normaly play on other servers
here's the weird thing tho when i run it normaly on my PC it works all good.
and i made sure i uploaded all files.

Do anyone know what i can do here.
kinda screwed would appreciate some help thanks.
Reply
#2

Do you get a "Stay within the world boundaries" message? You could also be spawning in a object...
Reply
#3

Nope it says LOADING with a black box around it on some of the other guys screens.
on my its just white. Very weird :S
Reply
#4

Okay i think i got closer now

pawn Код:
public OnPlayerRequestClass(playerid, classid)
{
    if(gPlayerLogged[playerid] == 0)
    {
        TogglePlayerSpectating(playerid, 1);
        return 1;
    }
    SetupPlayerForClassSelection(playerid);
    if(gPlayerSpawned[playerid] == 1)
    {
        if(PlayerInfo[playerid][pMember] > 0 || PlayerInfo[playerid][pLeader] > 0 || PlayerInfo[playerid][pFMember] != 255)
        {
            SetPlayerSkin(playerid, PlayerInfo[playerid][pModel]);
        }
        else
        {
            PlayerInfo[playerid][pModel] = PedSkins[classid][0];
        }
    }
    else
    {
        SetPlayerSkin(playerid, PlayerInfo[playerid][pModel]);
 }
    return 1;
}
I changed

pawn Код:
SetupPlayerForClassSelection(playerid);
to
pawn Код:
SpawnPlayer(playerid);
Now it turns white nad gives me
"Stay within the world boundaries"

Now what?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)