View Single Post
DJEarthQuake
Veteran Member
Join Date: Jan 2014
Location: Astral planes
Old 04-05-2021 , 08:02   Re: Set armor and helmet using only engine
Reply With Quote #10

Code:
#include amxmodx #include engine #define ent create_entity("game_player_equip") public plugin_precache()DispatchKeyValue( ent, "item_assaultsuit", "1" ) && DispatchSpawn(ent);
__________________

Last edited by DJEarthQuake; 04-06-2021 at 08:14. Reason: Occam's razor
DJEarthQuake is offline