Crashing sa:mp on spawn
#1

Hello i have a problem when i'm connect to my server and move with camera more than 90° my game crash without any error. It's doing only on my server how i can fix it ? it's error in code ? or in game ?
Reply
#2

It is obviously something wrong with your server. I had the same problem with my former server. There was placed a dynamic gate which had as object an improper object, and used to crash my client each time I was approaching to the object. After removing the gate, everything was fine, so search for similar issues.
Reply
#3

Yes i'm fix it it's problem in OnGameModeInt on line with :
Код:
AddPlayerClass(0, 2273.7715,84.1059,26.4844,355.90995, 0, 0, 0, 0, 0, 0);
change to :
Quote:

AddPlayerClass(20, 2273.7715,84.1059,26.4844,355.90995, 0, 0, 0, 0, 0, 0);

(2273.7715,84.1059,26.4844,355.90995, are my coordinates)
Reply
#4

I don't know why but it was fixed for me
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)