/ar bug?
#1

When I /cuff and then /ar the suspect goes in to the jail but no time is shown.
When I do /kill or somthing to evade the jail it sends me back and then It shows time so after that it works but I just wan't it to work when the suspect gets arrested.
What do I have to do?
Код:
{
		format(string, sizeof(string), "Police Officer %s has arrested wanted suspect %s",PlayerInfo(playerid), PlayerInfo(ID));
		SendClientMessageToAll(COLOR_BLUE, string);
		CNR_PrintString(string);
		format(string, sizeof(string), "[POLICE RADIO] Suspect %s has been sent to jail", PlayerInfo(ID));
		SendCopMessage(string);
		GivePlayerMoney(playerid, 3000);
		IncreaseScore(playerid, 2);
		SetPVarInt(ID, "JailTime", 45);
		SetPlayerInterior(ID, 10);
		new rnd = random(sizeof(PrisonSpawn));
		SetPlayerPos(ID, PrisonSpawn[rnd][0], PrisonSpawn[rnd][1], PrisonSpawn[rnd][2]);
		SendClientMessage(playerid, COLOR_GREY, "**LOS SANTOS PRISON**");
		SendClientMessage(playerid, COLOR_LIGHTBLUE, "[PRISON] You have been sent to prison. You will be released soon.");
		TogglePlayerControllable(ID, 1);
		SetPlayerWantedLevel(ID, 0);
		return 1;
	}
Reply


Messages In This Thread
/ar bug? - by MuhoX - 24.02.2014, 17:12
Re: /ar bug? - by MuhoX - 24.02.2014, 19:47
Re: /ar bug? - by Bingo - 24.02.2014, 19:54
Re: /ar bug? - by MuhoX - 24.02.2014, 20:32
Re: /ar bug? - by Bingo - 24.02.2014, 20:34
Re: /ar bug? - by MuhoX - 24.02.2014, 20:37

Forum Jump:


Users browsing this thread: 1 Guest(s)