Search results for query: *

  • Users: name5243
  • Content: Threads
  • Order by date
  1. N

    How do I make this work with the promote command?

    addHook("MobjThinker", function(mo) local player = mo.player if player.mo.skin == "sonic" and not (player == server or player == admin) then P_DamageMobj(player.mo, nil, nil, 0, DMG_INSTAKILL) end end) This seems to only work for whoever made the server and...
  2. N

    A addon that makes it so people can't play as the same characters

    How would I make a addon so people can't play as the same character?
Back
Top