Didn't see this before but
PHP Code:
new bool:g_bIsReady[11]
new g_iTimeLeft[11]
new notrdy[200] = "Not Ready:"
->
PHP Code:
new bool:g_bIsReady[33]
new g_iTimeLeft[33]
new notrdy[] = "Not Ready:"
Because there are a max of 32 ids allowed, and you only filled space for 10. (ids start at 1)
__________________