Ayuda con mi Zombie Escape
#1
Tengo un problema de mi Zombie Escape que cuando compilo dice

Código PHP:
ErrorNumber of arguments does not match definition on line 8621 

Y el codigo es

Código PHP:
buy_primary_weapon(idselection)
{
    
// Drop previous weapons
    
drop_weapons(id1)
    
drop_weapons(id2)
    
    
// Strip off from weapons
    
fm_strip_user_weapons(id)
    
fm_give_item(id"weapon_knife")
    
    
// Get weapon's id and name
    
static weaponidwname[32]
    
weaponid ArrayGetCell(g_primary_weaponidsselection)
    
ArrayGetString(g_primary_itemsselectionwnamecharsmax(wname))
    
    
// Give the new weapon and full ammo
    
fm_give_item(idwname)
    
ExecuteHamB(Ham_GiveAmmoidMAXBPAMMO[weaponid], AMMOTYPE[weaponid], MAXBPAMMO[weaponid])
    
    
// Weapons bought
    
g_canbuy[id] = 1
    
    
// Give additional items
    
grenade(id)


Alguien me ayuda?
Responder


Salto de foro:


Usuarios navegando en este tema: 1 invitado(s)