It still didn't work:
PHP Code:
#include < amxmodx >
#include < fakemeta >
#include < hamsandwich >
const m_iCount 35;
public plugin_init( )
{
register_plugin( "armoury_entity max bpammo", "1.1", "!-Radio-man" );
RegisterHam( Ham_Respawn, "armoury_entity", "FwdRespawn", 1 );
}
public FwdRespawn( iEnt )
{
set_pdata_int( iEnt, m_iCount, 90, 4 ); // 90 bullets only to test
}