xJulianGilx Posted February 24, 2018 Share Posted February 24, 2018 addEventHandler ("onClientGUIClick", resourceRoot,function () local veh = getPedOccupiedVehicle(player) if isPedInVehicle(player) then if getPedOccupiedVehicleSeat(player) == 0 then end end if source == PlayerSkin1 then SetPlayerSkin(playerid, 277); end end ) Link to comment
NeXuS™ Posted February 24, 2018 Share Posted February 24, 2018 (edited) Next time use [ code] tags. Replace "player" and "playerid" with "localPlayer". Edited February 24, 2018 by NeXuS™ 1 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