Jump to content

[HELP]Uniform for police!


kahvifetis

Recommended Posts

Okay so im trying do this and it just tell's me Uniform changed but uniform wont come to my character

And yes im pretty new on coding LUA. In only know how to fix some scripts :P

function uniformu(player) 
       setPedSkin(player, 287) 
end 
addCommandHandler("uniform", uniformu) 
      function uniformu(player) 
       outputChatBox("Uniform changed!", player, 0,255,0) 
       setPedSkin(player, 287) 
end 
addCommandHandler("uniform", uniformu) 

Picture from game:

sxeTTht.png

Link to comment

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...