How i can get name days with native? I need to put in hudmessage syntax!
Problem:
Code:
L 07/01/2014 - 14:34:11: [AMXX] Run time error 10 (plugin "jbextream.amxx") (native "get_game") - debug not enabled!
L 07/01/2014 - 14:34:11: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
Native:
Code:
public native_get_game(){ return gs_DaysList[ gi_WichDay-1 ]
List of Game name:
Code:
new const gs_DaysList[ ][ ] =
{
"GodMode Day", // 1
"Furien Day", // 2
"HNS Day", // 3
"Nightcrawler Day", // 4
"Zombie Day", // 5
"Spartan Day", // 6
"Gravity Day", // 7
"Grenade Day", // 8
"HNS Simple Day"// 9
};