Quote:
Originally Posted by Knightmare1
PHP Code:
temp.n = putnpc2( temp.dx, temp.dy, "" );
with ( temp.n )
{
join( "object_flooritem" );
this.img = "final_ak47-icon.gif";
this.weapon = "Guns/AK47";
}
would that work?
|
Yes, the code you posted earlier had addweapon( weapon ); just change that to addweapon( this.weapon );