Brad96 Posted September 10, 2013 Share Posted September 10, 2013 as I can do to espesificar a player in a command? example: I want to create a car but only for a player espesifico maybe: / car (playername) how? thanks Link to comment
xScatta Posted September 10, 2013 Share Posted September 10, 2013 I dont know what u mean by "espesifico". Link to comment
Castillo Posted September 10, 2013 Share Posted September 10, 2013 addCommandHandler ( "car", function ( thePlayer, _, who ) local who = getPlayerFromName ( who ) if ( who ) then -- Spawn the car end end ) 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