Help crash samp
#1

My server occasionally crashed an area where some players were standing and I got an error 0x006E3D17
Can someone help me fix it
Reply
#2

Is this happening when you log into your account?
If yes, change the skin which you are spawned with.
This is happeing because of an invalid skin id
Reply
#3

Quote:
Originally Posted by martoivanov
Посмотреть сообщение
Is this happening when you log into your account?
If yes, change the skin which you are spawned with.
This is happeing because of an invalid skin id
How to fix it
Reply
#4

If you have a command which you set the skin with restrict the skinid from 0 to 311. And players mustn't change their skin while they are in a vehicle.
Reply
#5

Quote:
Originally Posted by martoivanov
Посмотреть сообщение
If you have a command which you set the skin with restrict the skinid from 0 to 311. And players mustn't change their skin while they are in a vehicle.
My max skin ID 299, How can watch the player stay in the car does not change the skin
Reply
#6

under your skin change command put:
if(IsPlayerInAnyVehicle(playerid)) return SendClientMessage(playerid, COLOR, ""You can't change your skin while you are in a vehicle!");
Reply


Forum Jump:


Users browsing this thread: 3 Guest(s)