18.02.2016, 10:14
I was riding my sanchez and then suddenly I've got some error and I had to relog of course.
Here is the error: http://imgur.com/o3IE471
Here is the error: http://imgur.com/o3IE471
I was riding my sanchez and then suddenly I've got some error and I had to relog of course.
Here is the error: http://imgur.com/o3IE471 |
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) |
new Float:xx, Float:xy, Float:xz;
GetVehicleVelocity(GetPlayerVehicleID(playerid), xx, xy, xz);
SetVehicleVelocity(GetPlayerVehicleID(playerid), xx+(xx / 2), xy+(xy / 2), xz+(xz / 2));