SA-MP Forums Archive
Server crash while JAIL - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Server (https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: Server crash while JAIL (/showthread.php?tid=654565)



Server crash while JAIL - sniker2020 - 31.05.2018

Hello guys. I have got PPC_Trucking gamemode and i have some problems...
I searched all day on internet how to solve that problem.
When police arrest someone, player is teleported to Jail, then his game CRASH ...
How to solve that? And sorry for my bad english.


Re: Server crash while JAIL - GTLS - 01.06.2018

Change Jail Interior for testing purpose. SetPlayerPos to some place else. If player does crash this time, Your command has some problem which makes his crash and if it doesnt crash, means there is a bad object inside your jail interior.

make sure you are not using formating with SendClienMessage,
like,
Code:
 SendClientMessage(playerid, -1, "You are jailed for %d Mins.",time);
Use format for that.


Re: Server crash while JAIL - sniker2020 - 02.06.2018

EDIT: Solved!