Search results

  1. DreTaX

    FallDamageEvent

    falldamageevent
  2. DreTaX

    Fougerite Official

    DreTaX updated Fougerite Official with a new update entry: 1.4.1 Read the rest of this update entry...
  3. DreTaX

    Fougerite Official - 1.4.1

    Forgot to update Rust++ dll. Its updated. FallDamageEvent: function On_FallDamage(FallDamageEvent) { FallDamageEvent.Cancel(); } function On_FallDamage(FallDamageEvent) FallDamageEvent:Cancel() end def On_FallDamage(self, FallDamageEvent): FallDamageEvent.Cancel() public void...
  4. DreTaX

    Fougerite Official

    DreTaX updated Fougerite Official with a new update entry: 1.4.1 Read the rest of this update entry...
  5. DreTaX

    Fougerite Official - 1.4.1

    FallDamageEvent: function On_FallDamage(FallDamageEvent) { FallDamageEvent.Cancel(); } function On_FallDamage(FallDamageEvent) FallDamageEvent:Cancel() end def On_FallDamage(self, FallDamageEvent): FallDamageEvent.Cancel() public void FallDamage(FallDamageEvent fde) {...
  6. DreTaX

    Approved IdIdentifier

    Delete IdIdentifier, and install Ultimate logger instead.
  7. DreTaX

    Approved HungerGames

    I could never find out the cause of that error. It happens when the rust server is running for a long time. And yes, there is a possibility to do so.
  8. DreTaX

    1.4.1

    Last update for this and next week comes up today soon. Added the itempickup hook. Considering adding itemdrop Gonna look into onclientconsole
  9. DreTaX

    Console Commands Block

    No. What I meant I'm wondering if the server side holds an onclientconsole hook that i can get fougerite into.
  10. DreTaX

    Approved Restriction Zones

    Config option? Sent From My Samsung Galaxy S4
  11. DreTaX

    Console Commands Block

    I wonder if there is an on client console hook for this Sent From My Samsung Galaxy S4
  12. DreTaX

    Rust++ Temporary mute

    I guess. Is there anything wrong with jakkees example? Sent From My Samsung Galaxy S4
  13. DreTaX

    Approved DestroySystem

    Interesting Sent From My Samsung Galaxy S4
  14. DreTaX

    TDM W.I.P

    Virtual storage is possible, but I would limit It or make It possible with iConomy to buy slots. On equinox we have an application thingy and thats how we get "okay" admins and we see in a couple of days if they are fine. Sent From My Samsung Galaxy S4
  15. DreTaX

    TDM W.I.P

    None the less if you build a community. I'm running mine for 2 years now.
  16. DreTaX

    Fougerite Official

    Obviously. But the rust coloring sys sucks Sent From My Samsung Galaxy S4
  17. DreTaX

    Fougerite Official

    I remember once I found something about colors but it was something about thr Unity api. Pretty shit. Sent From My Samsung Galaxy S4
  18. DreTaX

    Fougerite Official

    Im putting the new itempickup hook in today. Im thinking on item drop but dunno if its a good idea Sent From My Samsung Galaxy S4
  19. DreTaX

    Please help me

    You don't get what im saying......... I was asking which language do you need It in. Nice code in js, with two example methods: var LootableObject = null; function On_PluginInit() { LootableObject = Util.TryFindReturnType("LootableObject"); } // This function is able to loop through all...
  20. DreTaX

    Please help me

    C# or JS?