this is wrong:
PHP Code:
else if (equali(item[id], "Balrog XI")) {
GiveBalrog11(id)
}
//else if (item[id]== dragonblade) {
// GiveDragonBlade(id)
//}
else if (equali(item[id], "Plasma Gun")) {
GivePlasma(id)
}
you should add item names in the .ini file not in the source code.
__________________