Search results

  1. DreTaX

    Approved ItemController

    Wut? Sent From My Samsung Galaxy S4
  2. DreTaX

    Help with python

    Is removing walls causes the client errors? Thats weird never knew that. If that error is handled client side, then no. Needs checking. Sent From My Samsung Galaxy S4
  3. DreTaX

    Fougerite Official

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

    Fougerite Official - Update

    Updated Patcher, ResourceSpawned gets called when the resource already spawned. Re-patch! Made some changes in MagmaPlugin Made some FindingMethod changes in Fougerite Disabled JintPlugin by default (Not so many plugins for It, It is unnecessary for It to run, you may re-enable It in...
  5. DreTaX

    I need edited resources

    Which means that currently the hook is called before the spawn. Sent From My Samsung Galaxy S4
  6. DreTaX

    I need edited resources

    I think I know why. I might forgot to update thr patcher code because the last time I sent you the debug thing I was on my laptop. Sent From My Samsung Galaxy S4
  7. DreTaX

    Approved AdBlock

    http://fougerite.com/resources/ana.92/
  8. DreTaX

    Help with python

    def On_PlayerConnected(self, Player): DataStore.Add("FirstConnect", Player.SteamID, 1) def On_PlayerSpawned(self, Player): if DataStore.ContainsKey("FirstConnect", Player.SteamID): DataStore.Remove("FirstConnect", Player.SteamID) # todo
  9. DreTaX

    I need edited resources

    What do you mean? Did you print the value?