Posts: 48
Threads: 15
Joined: Nov 2017
Reputation:
0
it work good checking is player in jail t ocant send commands but if player that is in jail leave server and come again how to make system that recognize he in jail and put him back and how to make a gametaxt for player that show him how many time he need to be in jail
Posts: 357
Threads: 6
Joined: Feb 2018
make a column in your users table like jailed and update it to 1 when you jail a player.
Under your userdataload, load the column data and under OnPlayerSpawn callback check whether the player is jailed and jail that player.
https://sampwiki.blast.hk/wiki/GameTextForPlayer