SA-MP Forums Archive
Screen flashing when loging in - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP (https://sampforum.blast.hk/forumdisplay.php?fid=3)
+--- Forum: Client Support (https://sampforum.blast.hk/forumdisplay.php?fid=16)
+--- Thread: Screen flashing when loging in (/showthread.php?tid=321678)



Screen flashing when loging in - CyoN - 27.02.2012

When I logged on to the server, it starts flashing white with a black box in the middle saying "Loading".
I can connect to different servers it's just this one that I'm currently having issues with,I also can't downgrade the game because downgrading patch does not support steam.







Re: Screen flashing when loging in - Scenario - 27.02.2012

This happens sometimes. If it continues, you probably need to reinstall GTA. Although, you should be able to reconnect and this won't happen. No guarantee on that though!


Re: Screen flashing when loging in - -Prodigy- - 27.02.2012

Add: https://sampwiki.blast.hk/wiki/AddPlayerClass


Re: Screen flashing when loging in - Fantastic - 28.02.2012

Yes,I have experienced this before :P Try reinstalling GTA:SA or SA-MP,See if it works then.


Re: Screen flashing when loging in - CyoN - 28.02.2012

I've tried reinstalling both but the but the issue still seems to be there.


Re: Screen flashing when loging in - iTorran - 28.02.2012

This happens to me when i try to spawn before adding any player classes


Re: Screen flashing when loging in - SchurmanCQC - 28.02.2012

DO NOT REINSTALL. These guys don't know what they're talking about!

This is caused when you don't have an 'AddPlayerClass()' line in OnGameModeInit() in your gamemode script.

If you do not have one under OnGameModeInit(), place one, no matter whether all of the params are 0.0.


Re: Screen flashing when loging in - iPLEOMAX - 29.02.2012

Quote:
Originally Posted by Schurman
Посмотреть сообщение
DO NOT REINSTALL. These guys don't know what they're talking about!

This is caused when you don't have an 'AddPlayerClass()' line in OnGameModeInit() in your gamemode script.

If you do not have one under OnGameModeInit(), place one, no matter whether all of the params are 0.0.
Exactly. And the reason this happens is because: The camera position is somewhere out of bound, exceeding default map size. If you don't use AddPlayerClass or SetSpawnInfo, you'll get this each time on connect/spawn.


Re: Screen flashing when loging in - CyoN - 01.03.2012

Thanks guys I appreciate your support.