GTA V / Modlar / Script Modları
Health and Armour Regen v1.1
- mman0385
- 05/01/2015
- 6607 İndirmeler
Puanlamalar:
Lütfen önce giriş yap.
Favoriler:
İndir
579.00b
579.00b
Videos
Henüz hiç video eklenmedi.Bu moda video eklemek için giriş yapmış olman gerekir.
Açıklama
Provides slow health and armour regeneration up to 100%. Health still quickly regenerates to 50% normally. The regeneration is very slow so as to not make it overpowered but you can easily tweak the values to your liking by editing the values in notepad. Requires Script Hook V and LUA Plugin for Script Hook. Place the file Grand Theft Auto V\scripts\addins
This mod is for personal use, but I decided to upload it so others can use it if they want. Straight up invincibility is no fun.
v1.1 - Edited based on suggestions from Hayuru and vanquish. Also cleaned up code a little. Health regenerates first and armor regens after health is full.
Again the regen rates are real slow but you can easily change them to whatever you want.
This mod is for personal use, but I decided to upload it so others can use it if they want. Straight up invincibility is no fun.
v1.1 - Edited based on suggestions from Hayuru and vanquish. Also cleaned up code a little. Health regenerates first and armor regens after health is full.
Again the regen rates are real slow but you can easily change them to whatever you want.
Yorumlar
Şu ana kadar 2 yorum gönderilmiş.
07/01/2015 22:04
Das einzige, was du machen kannst, ist "Ragdoll" zu deaktivieren.
Also ⤵
SET_PED_CAN_RAGDOLL(PedHandle, bool State);
SET_PED_CAN_RAGDOLL_FROM_PLAYER_IMPACT(PedHandle, bool State);
SET_PED_CAN_BE_KNOCKED_OFF_VEHICLE(PedHandle, bool State);
GIVE_PLAYER_RAGDOLL_CONTROL(PlayerIndex, bool State);
SET_PED_RAGDOLL_ON_COLLISION(PedHandle, bool State);
Schätze du weißt wie man den Code anwendet.
Alıntı yap | Cevapla
Quote: snake514
kann mir einer helfen ich versuch den player so zu machen das er wie eine wand ist also klingt doof ich weiß also wenn ein fahrzeug ihn anfährt das da beispielsweiße franklin nicht hinfählt sondern einfach stehen bleibt oder so eben fast so wie superman (der mann aus stahl(franklin aus stahl)) =) bitte
Das einzige, was du machen kannst, ist "Ragdoll" zu deaktivieren.
Also ⤵
SET_PED_CAN_RAGDOLL(PedHandle, bool State);
SET_PED_CAN_RAGDOLL_FROM_PLAYER_IMPACT(PedHandle, bool State);
SET_PED_CAN_BE_KNOCKED_OFF_VEHICLE(PedHandle, bool State);
GIVE_PLAYER_RAGDOLL_CONTROL(PlayerIndex, bool State);
SET_PED_RAGDOLL_ON_COLLISION(PedHandle, bool State);
Schätze du weißt wie man den Code anwendet.
Alıntı yap | Cevapla