Tell Me how
#1

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
Reply
#2

How to create armor and health in Los Santos Ammunation:
This is a filterscript.
1.Open a new pawno file
2.Paste the pastebin contents from http://pastebin.com/f1883a2ea
3.Save the file as buy.pwn in the filterscripts file. (by default: C/Program Files/Rockstar Games/GTA San Andreas/samp/filterscripts)
4.Compile (press F5 or F6)
5.Open server.cfg and do this:
filterscripts buy
6.Enjoy==========>Start your server and walk in LS Ammunation. Then Press /h (buy health for 300) or /a (buy armor for 300) and a pickup will appear! You should get money first.
Greetz, Ullas




Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)