enum _:PRINTS { PRINT1, PRINT2, PRINT3 } new const szPrint[PRINTS][] = { "Oh My God!", "Hehe", "Santa Claus" } public PrintToPlayer(id) { client_print(id, print_chat, "%s", szPrint[PRINT1]); }