04.06.2009, 00:39
I want to add armor pickup in amunation so it could be fast to just pick it up to buy it and run.
But How, how do i created it and put it in amunation.
public OnGameModeInit( )
{
// Create a pickup for armor.
AddStaticPickup( 1242, 2, 1503.3359, 1432.3585, 10.1191 );
// Create a pickup for some health, right next to the armour.
AddStaticPickup( 1240, 2, 1506.3359, 1432.3585, 10.1191 );
//
return 1;
}
Please Tell me the steps to add this to pawno and how to put armor in an interior
But How, how do i created it and put it in amunation.
public OnGameModeInit( )
{
// Create a pickup for armor.
AddStaticPickup( 1242, 2, 1503.3359, 1432.3585, 10.1191 );
// Create a pickup for some health, right next to the armour.
AddStaticPickup( 1240, 2, 1506.3359, 1432.3585, 10.1191 );
//
return 1;
}
Please Tell me the steps to add this to pawno and how to put armor in an interior