• Jail Respawn
    2 replies, posted
Hey everyone, lately I have noticed that if you are arrested by the baton, once your timer is up, lots of times you are given your weapons and not respawned, however sometimes you do respawn. I see no errord or aything... (If it helps any, i had a 30 second respawn time, and then added a revive script which changed it to 15 via the script)
then your script is probably breaking it
This is a long lasting issue with DarkRP. Try putting this code into a server autorun. hook.add("playerUnArrested","ArrestFixerThing",function(ply) ply:Spawn() end) (not tested)
Sorry, you need to Log In to post a reply to this thread.