Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- In this script I will show how to change your model. I just use a FBI Agent, but I will later post a list of all peds!
- -- ModelChange by Abel Software, v1
- local ModelChange = {}
- function ModelChange.tick()
- local playerID - PLAYER.PLAYER_ID()
- --Model Change Script Begins
- if get_key_pressed(Keys.F5) then
- PLAYER.SET_PLAYER_MODEL(player, GAMEPLAY.GET_HASH_KEY("mp_m_fibsec_01"))
- end
- --Model Change Script Ends
- end
- return ModelChange
Advertisement
Add Comment
Please, Sign In to add comment