Posts: 1,419
Threads: 264
Joined: Jan 2009
Reputation:
0
Hey all. I really need an jail cmd. But I really failed at it.
can smoeone explain me how to put a jail cmd in my gamemode exactly?
I want everyone to be in 180 secconds and then respawn at PD.
I really need it.
Thanks.
Regards
Posts: 96
Threads: 10
Joined: Nov 2009
Reputation:
0
well this section is more for like mending scripts and giving info, the script request thread is what u need. But i can try give u a hand. Nothing fancy the most basic thing ever. First if u want me to help, we'll need the jail location. So ull need the co-ords and the interior id. U should be able to find these. Next u will need the command and cause im noob to dracos things will just use strtok.
Posts: 234
Threads: 49
Joined: May 2009
Reputation:
0
combine SetPlayerPos,SetPlayerInterior,then put a timer SetTimer("unjail",180000,1); and then make a public unjail and put in it SetPlayerPos(pd position)