the full code is not mine, it's the unedited version of zp 5.0 menu ( in the spoiler )
in the second post made by me it's the unedited code used by me as a pattern to write the one from the first post..
->> this is the unedited code from the second post
PHP Code:
formatex(menu, charsmax(menu), "\d%s [%L]", player_name, id, zp_core_is_zombie(player)
? (LibraryExists(LIBRARY_NEMESIS, LibType_Library) && zp_class_nemesis_get(player)) ? "CLASS_NEMESIS"
: "CLASS_ZOMBIE"
: (LibraryExists(LIBRARY_SURVIVOR, LibType_Library) && zp_class_survivor_get(player)) ? "CLASS_SURVIVOR"
: "CLASS_HUMAN")
also, what amxmodx were you using for compiling? 1.8.3?
__________________