Search results for query: *

  1. N

    How do I make this work with the promote command?

    Hey blur I don't know if your still here but that script seems to lag the game a lot do you know why this might be? 1668477782 Would MobjThinker be the problem? 1668477819 Since it executes once per tic
  2. N

    How do I make this work with the promote command?

    Blur Thank you so much finally got it working
  3. N

    How do I make this work with the promote command?

    Thanks for the reply When I do that I get another error :3: ')' expected near 'player' 1663998990 Do I put mo.player instead of player_t ?
  4. 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...
  5. N

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

    Thanks for the reply. What about making it so only admins can use certain characters? is it possible to do this in the base game without addons?
  6. 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?
  7. N

    Admin only characters?

    Then do I put the lua script into the lua file? 1663637543 I keep getting this error expected (to close '(' at line 2) near '<eof>' 1663690504 Ok I fixed the first error by putting a ) at the right of the last end but now I'm getting another error 1663692045 error is attempt to index local...
  8. N

    Admin only characters?

    I'm trying to do this too I want characters only admin can use but don't know where to put the lua script
Back
Top