Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- void print(char *text)
- {
- PRINT_STRING_WITH_LITERAL_STRING_NOW("string", text, 5000, 1);
- }
- void unlock_achievement(uint achievement){
- if(!HAS_ACHIEVEMENT_BEEN_PASSED(achievement)){
- AWARD_ACHIEVEMENT(achievement);
- print("Achievement unlocked");
- }
- else print("You already have this Achievement");
- }
Advertisement
Add Comment
Please, Sign In to add comment