Jump to content

Laerte Leite

Member
  • Content Count

    21
  • Joined

  • Last visited

  • Medals

Community Reputation

1 Neutral

About Laerte Leite

  • Rank
    Private First Class

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Laerte Leite

    RHS Escalation (AFRF and USAF)

    Rhs dev team you dont need to release a beta test.Just show us more pics PS:I love the mod you guys have done a fenomenal job.
  2. Laerte Leite

    Gunshot Residue kit script Help

    It works man but is possible to put this is script on a Engineer for example to make his check if other player or ai fired his weapon?
  3. Laerte Leite

    Gunshot Residue kit script Help

    Other image was wrong sorry
  4. Laerte Leite

    Gunshot Residue kit script Help

    @HazJSorry in editor says generic error in expression
  5. Laerte Leite

    Gunshot Residue kit script Help

    @HazJNot working here were i put this on init of unit or on init.sqf
  6. Laerte Leite

    Gunshot Residue kit script Help

    @HazJ I can call the hint with a addaction on the player ?
  7. Laerte Leite

    Gunshot Residue kit script Help

    @HazJCan you send me a example of init.sqf with the script
  8. Laerte Leite

    Gunshot Residue kit script Help

    @HazJ i tried this one player addEventHandler ["Fired", { params ["_unit", "_weapon", "_muzzle", "_mode", "_ammo", "_magazine", "_projectile", "_gunner"]; { _unit setVariable ["injuryReport", time, true]; }; }]; hintSilent format [":: %1 %2", player getVariable "injuryReport", (time > (player getVariable "injuryReport" select 3) + 10)]; // 10 seconds... systemChat format ["%1 was injured by %2 (%3 damage delt) %4 seconds ago.", (name (player getVariable "injuryReport" select 0)), (name (player getVariable "injuryReport" select 1)), (player getVariable "injuryReport" select 2), (player getVariable "injuryReport" select 3)]; But the hint apears a error called "bolean"
  9. Laerte Leite

    Gunshot Residue kit script Help

    @HazJWhere i put this code on init ?
  10. Laerte Leite

    Gunshot Residue kit script Help

    Sorry if sound arrogant thanks for script
  11. Laerte Leite

    Gunshot Residue kit script Help

    @HazJ I do not want to know if the shot is fatal or not what I want to know is the player fired with his gun or not
  12. Laerte Leite

    Gunshot Residue kit script Help

    @HazJReally i want check if the player actually shot in the last minutes
  13. Hi guys. Iam new in this scripting world.So i making a mission TvT who the Cops are responsable to discover who are the shooter who kills the president.So i am thinking if some way i can check which player shots the president using a gunshot residue kit or something and how i make this thanks
×