15.02.2012, 04:15
Put this in OnGameModeInit (or fs init)
Run your mode, then look at the debug file it creates (debug.txt in server root directory). See what values the database is returning. If its returning the correct values the sscanf line will be the culprit. I have never used sscanf with enums like that so i don't know if its valid or not. Posting the enum may help too.
pawn Код:
mysql_debug(1);