Advertisement
Guest User

Untitled

a guest
Oct 18th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.22 KB | None | 0 0
  1. adminpeds = {
  2.     "s_m_y_uscg_01",
  3.     "u_m_m_doa_01"
  4. }
  5.  
  6. function IsPedInAdminSkin(playerskin)
  7.  for _, model in pairs (adminpeds) do
  8.     if playerskin == GetHashKey(model) then
  9.         return true
  10.         end
  11.     end
  12.     return false
  13. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement