AHSS Posted May 7, 2011 Share Posted May 7, 2011 i tried to do this but without a succes i want the player to be kicked if hes inactive (didnt move) for 10min i really tried every thing can u just gimme a hint? not asking for the whole script x, y, z = getElementPosition(theplayer) setTimer(inactivecheck, 600000, 1, theplayer) function inactivecheck(player) if getElementPosition(player) == x, y, z then kickPlayer end it will be something like that but i dont know when to call the first function and its not with a cmd ofc so i wanna know how to set a timer for it too i just cant figure out how to do it i know how to script it but dunno what to script i just wanna know what should i do to make a full inactive kick system just with words not script also script examples wouldnt be bad ty Link to comment
AHSS Posted May 7, 2011 Author Share Posted May 7, 2011 i know that but know the problem is getting the x, y, z i mean getting the player position EDIT: ok proracer's post is deleted thats why i posted this Link to comment
proracer Posted May 7, 2011 Share Posted May 7, 2011 Yes, sorry I'm just too tired now and I spotted my problem and was too tired to solve it so I deleted it, maybe someone else can help... Link to comment
AHSS Posted May 7, 2011 Author Share Posted May 7, 2011 np i dont need a script help no i can script it but the problem is that i dont know how to do it i just need to know what the script should be like in normal words not a script thanks in advance Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now