swag_k_dog Posted October 13, 2016 Share Posted October 13, 2016 how do you combine setTimer and createPed together? thanks Link to comment
iPrestege Posted October 13, 2016 Share Posted October 13, 2016 (edited) This will create a ped after 10 seconds replace id,x,y,z with yours setTimer ( createPed,10000,1,id,x,y,z ) Edited October 13, 2016 by FaHaD Link to comment
swag_k_dog Posted October 13, 2016 Author Share Posted October 13, 2016 2 minutes ago, FaHaD said: This will create a ped after 10 seconds replace id,x,y,z with yours setTimer ( createPed,10000,1,id,x,y,z ) how do I give a name to my ped? Link to comment
iPrestege Posted October 13, 2016 Share Posted October 13, 2016 Just now, swag_k_dog said: how do I give a name to my ped? setTimer ( function ( ) ped = createPed( int modelid, float x, float y, float z [, float rot = 0.0, bool synced = true ] ) end,10000,1 ) 1 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