stevensalvaro Posted February 25, 2016 Share Posted February 25, 2016 Hello, I just try to make ped and some gui ... But when i right click on the ped , why it's say " Error:Unknown Ped" How can i fix this problem ? Link to comment
manawydan Posted February 25, 2016 Share Posted February 25, 2016 can post your scripts? Link to comment
stevensalvaro Posted February 25, 2016 Author Share Posted February 25, 2016 Here is my ped script local localPlayer = getLocalPlayer() local atmPed = createPed( 113, 1699.234375, -1723.7509765625, 13.546875 ) setPedRotation( atmPed, 90 ) setElementDimension( atmPed, 0) setElementInterior( atmPed , 0 ) setElementData( atmPed, "talk", 1, false ) setElementData( atmPed, "name", "John Travis", false ) setPedAnimation ( atmPed, "INT_OFFICE", "OFF_Sit_Bored_Loop", -1, true, false, false ) setElementFrozen(atmPed, true) 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