#[B]lack Posted November 30, 2015 Share Posted November 30, 2015 Estou Fazendo Um Assalto A Loja e Quero Que Após o Player ter Subido No Marker com Animação Ela Pare Sozinha Após Um Tempo.Please Help-me Obs:Iniciando Com Script. Eu Uso No Momento: setPedAnimation(localplayer, "POLICE", "Door_Kick", -1, false, true, false) Link to comment
t3wz Posted November 30, 2015 Share Posted November 30, 2015 From what i understood you want to stop the animation after a while, if i'm correct you can use a timer: setTimer ( function () setPedAnimation ( localPlayer, false ) end , 3 * 1000, 1 ) -- 3 = seconds to stop the animation Btw this is the English section, you should go to the Portuguese section to write in Portuguese. 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