Recent content by Apihl1000

  1. Apihl1000

    Rust experimental server

    Hmm, when I start trying to run it I get this: Set current directory to /home/rust Found path: /home/rust/server/RustDedicated
  2. Apihl1000

    Rust experimental server

    Shouldn't it be easier with 32bit version of Debian? I will test this out now, with a vps from OVH: Debian 7 64bit.
  3. Apihl1000

    Approved AutoAnnouncer

    Apihl1000 updated AutoAnnouncer with a new update entry: Changed a few things in the config file + a little code edit Read the rest of this update entry...
  4. Apihl1000

    AutoAnnouncer - Changed a few things in the config file + a little code edit

    Changed a few things in the config file + a little code edit. This will make it a little more understandable
  5. Apihl1000

    Solved Infinite Items when gathering?

    Dretax made this function On_PlayerGathering(Player, GatherEvent) { var quantity = GatherEvent.Quantity; var inventory = Player.Inventory; var free = inventory.FreeSlots; if (free == 0 || free == 1) { GatherEvent.Quantity = quantity - quantity; } }
  6. Apihl1000

    Solved Infinite Items when gathering?

    Fix if(Player.Inventory.FreeSlots==1){ return; }elseif(Player.Inventory.FreeSlots==0){ Or maybe it's reversed o_O so 1 in the lower one. if(Player.Inventory.FreeSlots==0){ return; }elseif(Player.Inventory.FreeSlots>0){
  7. Apihl1000

    Approved NoNameStealing

    Apihl1000 submitted a new resource: NoNameStealing - Add protected name to config. Kick people trying to use that name. Read more about this resource...
  8. Apihl1000

    NoNameStealing - NoNameStealing

    Will allow you to protect names like your staff members, if you put them in the config file. Name and ID of your staff and nobody else will be able to use their names. Add protected name to config. Kick people trying to use that name. -Apihl1000
  9. Apihl1000

    Approved AutoAnnouncer

    Apihl1000 updated AutoAnnouncer with a new update entry: Added colors. + maybe fixed the error when extracting? Read the rest of this update entry...
  10. Apihl1000

    AutoAnnouncer - Added colors. + maybe fixed the error when extracting?

    Added colors. + maybe fixed the error when extracting?
  11. Apihl1000

    Approved PlayerNameChanger

    Isn't it supposed to remove, your name tag above you? That doesn't work for me.
  12. Apihl1000

    Approved AutoAnnouncer

    Apihl1000 submitted a new resource: AutoAnnouncer - Picks between 3 Messages, and announces 1 per 2 minuts. Read more about this resource...
  13. Apihl1000

    AutoAnnouncer - AutoAnnouncer

    Picks between 3 Announces, with different messages. Contains a configurable config file. You can change the Announces and the time to post a Announce. Credits: Apihl1000 (Me) Todo: Nothing yet, tell me.
  14. Apihl1000

    Approved GrassGone

    Apihl1000 submitted a new resource: GrassGone - Removes Grass on player connect. + Commands. Read more about this resource...
  15. Apihl1000

    GrassGone - GrassGone

    Hello, my name is Andreas, and this is my very first plugin! This plugin will remove the grass when the player connects, they also get a little message that says the grass has been removed. They can also put it back on manually, and take it off again. (/grasson) (/grassoff) Commands...