/ar jail buggs! Need help fast :(!!!!!
#3

Okay heres code:
Quote:

{
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, 1);
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 jail buggs! Need help fast :(!!!!! - by MuhoX - 27.02.2014, 15:13
Re: /ar jail buggs! Need help fast :(!!!!! - by LocMax - 27.02.2014, 15:23
Re: /ar jail buggs! Need help fast :(!!!!! - by MuhoX - 27.02.2014, 15:30
Re: /ar jail buggs! Need help fast :(!!!!! - by LocMax - 27.02.2014, 15:52
Re: /ar jail buggs! Need help fast :(!!!!! - by MuhoX - 27.02.2014, 15:57
Re: /ar jail buggs! Need help fast :(!!!!! - by MuhoX - 27.02.2014, 16:14
Re: /ar jail buggs! Need help fast :(!!!!! - by LocMax - 27.02.2014, 17:06
Re: /ar jail buggs! Need help fast :(!!!!! - by MuhoX - 27.02.2014, 17:12
Respuesta: /ar jail buggs! Need help fast :(!!!!! - by CuervO - 27.02.2014, 17:19
Re: /ar jail buggs! Need help fast :(!!!!! - by MuhoX - 27.02.2014, 17:21

Forum Jump:


Users browsing this thread: 2 Guest(s)