• DarkRP rp_respawntime not working??
    4 replies, posted
Hey just wanted to see if anyone else was having the issue or knows of rp_respawntime not working for some reason in the newest version of darkrp 2.4.2 Everything else works fine just that one value does not want to go through.
Hate to bump my own post but I REALLY need a way to get rp_respawntime working on our server. Our RP server is a war server and if people can spawn right away they just keep raiding the same base. I know I have not given much information but all I can say is rp_respawntime stopped working on our server after dark RP SVN update. Does anyone know where the respawntime command might be in the darkrp files cause I looked all over and I could not find it anywhere. ANY help or ideas would be greatly appreciated
Found the problem. Older version = ply.NextSpawnTime = CurTime() + GetConVarNumber("respawntime") Newer version = ply.NextSpawnTime = CurTime() + math.Clamp(GetConVarNumber("respawntime"), 0, 3) The random spawn time is over writing the convar setting.
What was the point of making a thread if all you were going to do was talk to yourself?!
I know it seems like that but if you look at the post times I was asking, didnt get a response then I found the problem the next day so I figured I would just post my findings here in case other people run into the same problem and now there is a record of it. Its very frustrating searching for something that you know exists but no where else is it talked about. Well now anyone that is having or will have the same problem with DarkRP spawntime has a reference point. Sorry to take up your valuable forum time nick I will try to think about how you have to read... and then reply to my posts before I write them next time.
Sorry, you need to Log In to post a reply to this thread.