6 lines
127 B
ActionScript 3
6 lines
127 B
ActionScript 3
import bool getCheatsEverOn() from "cheats";
|
|
|
|
void clientAchive(string id) {
|
|
if(!getCheatsEverOn())
|
|
unlockAchievement(id);
|
|
} |