This is what i asking for, Those code are replaceng automatic zombie's privileges in .ini file like "name,info,model,gravity,speed,flag.." but i dont know why i have got this problem in admin flag
Those are the code
PHP Code:
else if (equal(key, "FLAG"))
ArrayPushCell(g_zclass2_admin, str_to_num(value))
// Add admin flag
formatex(buffer, charsmax(buffer), "^nFLAG = %d^n", ArrayGetCell(g_zclass_admin, i))
fputs(file, buffer)
Where's the problem ?? I Tried to change %d to %i and i got the samething