7 lines
No EOL
219 B
Text
7 lines
No EOL
219 B
Text
init()
|
|
{
|
|
level.staff_list_a = [];
|
|
|
|
// Add the .id of players to grant them staff permissions (must also be done on ClanTag, ZombieBank, ZombieRank)
|
|
level.staff_list_a[level.staff_list_a.size] = 12;
|
|
} |