[SOLVED]Making ModMaster 131 thanks for the help but.. didn't seem to work I'll just try and find it out by myself Minion or Mod Close please.
They might be there but you haven't 'called' for those threads.They're just sitting there and have no importance. Under onPlayerSpawn, onPlayerConnect or whenever you want those settings to apply, add these lines: Code: player thread doHealth(); player thread doWeapons(); or you can use self thread instead. I can't remember the difference but I'm pretty sure player thread applies to everyone.