PHP Code:
if(g_idPending[id]) // check if ID is pending: authorize accordingly
{
new sid[32]; get_user_authid(id, sid, charsmax(sid) )
if( equali(sid, "steam_id_pending") )
{
client_print_color(id, DontChange, "[BKF] You are not currently authorized. No frags will be given.")
return 0
}
else
retrieveFrags(id)
}
WTF !!
How could an alive player be pending ?
__________________