Hello friends I could do or have prison system down time
thanks from already ;)
im working on one, wait
[mergedate]1472372082[/mergedate]
try playing with http://forum.vc-mp.org/?topic=3517.0
maybe you can do anything with it
function Arrest(player,target)
{
if (target.WantedLevel <1) {
MessagePlayer("This player is not wanted",player)
return false;
}
if (target.WantedLevel > 0) {
MessagePlayer("[#ffffff]Arrested "+target+" , you get $2500",player)
player.Cash += 2500;
target.WantedLevel = 0
Message("[#ffffff]Police "+player+ " has arrested "+target)
}
}
then you can change target's virtual world and freeze him and set his pos in prison or something like that..
Lol he asked for temp jail and you gives him arrest system
Quote from: Kewun on Aug 30, 2016, 06:02 AMim working on one, wait
[mergedate]1472372082[/mergedate]
try playing with http://forum.vc-mp.org/?topic=3517.0
maybe you can do anything with it
you cant understand "try playing with" ? i didnt say i will give him temp arrest, i only wanted to suggest him to play with this and try making it
if he needs help, he can write here. but first i suggest him doing something with it
also LuisModsHD you can add a timer to free the prisoner ( setting his virtual world to 1 back, and unfreezing and setting his pos to police station )
http://vcmp.liberty-unleashed.co.uk/forum/index.php?topic=1765.msg11894#msg11894
thanks to all (;