Quote:
Originally Posted by ConnorMcLeod
|
Are you sure Connor?
The way I interpreted it, is that he wants to block the standard spawn weapons without having to strip them. Something like this:
Code:
#include <amxmodx>
#include <hamsandwich>
#include <fakemeta>
#define m_iDefaultItems 120
public plugin_init()
RegisterHam( Ham_Spawn, "player", "ham_PlayerSpawn_Pre" );
public ham_PlayerSpawn_Pre( id )
set_pdata_int( id, m_iDefaultItems, 1 );