Jump to content

Qplas

Member
  • Content Count

    4
  • Joined

  • Last visited

  • Medals

Posts posted by Qplas


  1. Hey all

    Yes, I searched before posting. And I in fact found one thread exactly about this topic, but I can't get it to work.

    I have a truck called "respawncart" on the map

    I have a description.ext file with

    respawn = 3;

    My init.sqf file says

    player addEventHandler ["KILLED", "execVM 'respawn.sqf'];

    And lastly respawn.sqf:

    waitUntil {alive player};
    player moveInCargo respawnCart;

    Yet, when I die I respawn on the exact same position, much like as if my respawn was set to "instant" or "2".

    What's wrong?

    Thanks

×