damien111 Posted August 11, 2012 Posted August 11, 2012 So I been using the createPed but it does not seem to work. I want to know how to do this and how to set the weapons that they will fire at certain team only, also he doesny need to move, just spawn, get a m4 and open fire upon the team. Thanks. Also. SolidSnake check that post from yesterday, thanks.
Castillo Posted August 11, 2012 Posted August 11, 2012 https://community.multitheftauto.com/ind ... ils&id=672 That resource supports teams as far as I know.
damien111 Posted August 11, 2012 Author Posted August 11, 2012 I saw that, it is a lil much, but I guess it will do, I was wandering also if there was a way to do a table with functions. And have them randomly chosen?if so explain please
Castillo Posted August 11, 2012 Posted August 11, 2012 function test ( ) outputChatBox ( "Test" ) end function test2 ( ) outputChatBox ( "Test2" ) end functions = { test, test2 } functions [ math.random ( #functions ) ] ( )
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