What is this supposed to be?
#4

Quote:
Originally Posted by Chilli9434
Посмотреть сообщение
I've had this problem in the past, when doing a lot of things with a player on a script (I cant remember the exact problems I had!) although, the same thing did happen. The screen would go white and force me to relog.

If I can find the scripts I was having problems with, I will update. But, I dont think this is a bug with SA, because its definitely been a specific problem on scripts I've worked on in the past. I think, THINK it was when a lot of things were happening to the player, E.g. being tped having VW set etc. (As I said before, i'll update it if I can find the exact code I had this problem with)
This is a problem with SA. If you set a boat velocity to something like
PHP код:
new Float:xxFloat:xyFloat:xz;
        
GetVehicleVelocity(GetPlayerVehicleID(playerid), xxxyxz);
        
SetVehicleVelocity(GetPlayerVehicleID(playerid), xx+(xx 2), xy+(xy 2), xz+(xz 2)); 
this will cause a loading bug.
Reply


Messages In This Thread
What is this supposed to be? - by darkowner - 18.02.2016, 10:14
Re: What is this supposed to be? - by J0sh... - 18.02.2016, 11:14
Re: What is this supposed to be? - by Chilli9434 - 18.02.2016, 15:29
Re: What is this supposed to be? - by J0sh... - 18.02.2016, 16:24

Forum Jump:


Users browsing this thread: 3 Guest(s)