13.12.2011, 18:06
Add this in your /kill command.
if(PInfo[playerid][Jailed] == 1)
{
SendClientMessage(playerid, COLOR_GRAD1,"You cannot use this command while in Jail");
return 1;
}
if(PInfo[playerid][Jailed] == 1)
{
SendClientMessage(playerid, COLOR_GRAD1,"You cannot use this command while in Jail");
return 1;
}