RO/getPedArmor
Jump to navigation
Jump to search
Această funcție returnează armura curentă unui ped specificat. ped
Syntax
float getPedArmor ( ped thePed )
OOP Syntax Help! I don't understand this!
- Method: ped:getArmor(...)
- Variable: .armor
- Counterpart: setPedArmor
Argumente Necesare
- thePed: ped armura cui vrei sa ii verifici
Returnează
Un float cu armură, fals dacă a fost dat un ped invalid.
Exemplu
Click to collapse [-]
ClientAcest exemplu definește o comandă cu numele „showarmor” care arată jucătorului care o execută cât de multă armură are.
function showArmor ( ) local armor = getPedArmor ( localPlayer ) outputChatBox( "Your armor: " .. armor ) end addCommandHandler ( "showarmor", showArmor )
Vezi și
- addPedClothes
- getPedClothes
- removePedClothes
- createPed
- getPedAmmoInClip
- getPedArmor
- getPedFightingStyle
- getPedOccupiedVehicle
- getPedOccupiedVehicleSeat
- getPedStat
- getPedTarget
- getPedTotalAmmo
- getPedWalkingStyle
- getPedWeapon
- getPedWeaponSlot
- getPedContactElement
- getValidPedModels
- isPedChoking
- isPedDead
- isPedDoingGangDriveby
- isPedDucked
- isPedHeadless
- isPedInVehicle
- isPedOnFire
- isPedOnGround
- isPedWearingJetpack
- killPed
- removePedFromVehicle
- setPedAnimation
- setPedAnimationProgress
- setPedAnimationSpeed
- setPedArmor
- setPedDoingGangDriveby
- setPedFightingStyle
- setPedHeadless
- setPedOnFire
- setPedStat
- setPedWalkingStyle
- setPedWeaponSlot
- warpPedIntoVehicle