08.02.2013, 13:08
I'm trying to do something like...
What is it that I'm doing wrong exactly?
pawn Код:
enum MapNames
{
Debug_Plains,
Testing_Palace
}
CurrentMap = random ( sizeof ( MapNames ) );
printf ( "Map: %d (%s)", CurrentMap, MapNames [ CurrentMap ] );