ID:159205
 
How do i make myself admin?
If you've made yourself a game to be an admin in, it shouldn't really be a problem to make yourself as such, no? Or at the very least, it wouldn't have been a problem to phrase this question better.
You should not only learn to program first, but make your own game and not from others' sources. Start here.
To go at it from a less technical perspective, it's important to make sure the right people have access to administrator commands.

To these ends, the usual regulating method is to use the key variable located either on the client or mob structures. This variable should correspond to your BYOND login name, and consequently is a pretty secure way to verify your access.

Additional security measures wouldn't hurt, such as password-protecting exceptionally influential admin commands or disabling cheats completely while the game is being hosted.
Hax! :D
In response to Rushnut
*nods in agreement*