Search results

  1. G

    structure save

    yeah forgot to search for the video xD thanks balu92
  2. G

    Important Timers

    ive always heard that timers on magma were weird. are those better now? (havent tested anything related to timers seeying as ive got no idea how they work)
  3. G

    structure save

    i remember a youtube video of someone on magma building a building, saving it, and spawning it in. it ended up never being made, any idea if fougerite will ever look into that or? it could be usefull if you have event ideas that you dont need to build multiple things, and let it stay there, so...
  4. G

    reason why it somthimes wont work?

    trying out the player.steamip, might take a while before i can say its fixed. otherwise, more giving more info incase it woundt fix it... function On_Command(Player, cmd, args){ if(cmd=="banip" && (Player.Admin || Player.SteamID == "01234567891011123" || Player.SteamID ==...
  5. G

    reason why it somthimes wont work?

    function On_PlayerConnected(Player){ if (getHackerID(Player.SteamID) == "Banned" || getHackerIP(Player.SteamIP) == "Banned" ) { Player.Message("You have been banned"); Player.Disconnect(); } the ban command works, the players get added to the list, and there ip, but for...
  6. G

    clothing.

    its what i thought, dont think in fougerite or magma theres a event on it, the game itself only has a sound that plays when putting on somthing
  7. G

    clothing.

    yeah but then they can just take it off, i mean like a certain person CANT wear certain items, like it would automaticly remove it
  8. G

    clothing.

    is there a way to "force" clothing on a person? i guess they can always take it off but maybe a way so specific ppl have can only wear a specfic head or somthing, for instance a bandit can only wear a cloth helmet, and the normal players cant wear a cloth helmet, to have somewhat of an indicator...
  9. G

    Random plugins

    so im trying to just randomly make some plugins, and see if im able to make it or if i end up not being able to. the only things i know of javascript is the random things i figure out while looking at other plugins. so i tried to make a /ping command, but i ended up seeying this...