SA-MP Forums Archive
[Map] Cluckin'Bell Palomino - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Filterscripts (https://sampforum.blast.hk/forumdisplay.php?fid=17)
+---- Forum: Maps (https://sampforum.blast.hk/forumdisplay.php?fid=64)
+---- Thread: [Map] Cluckin'Bell Palomino (/showthread.php?tid=339840)



Cluckin'Bell Palomino - Tellken - 05.05.2012


pawn Код:
CreateObject(11674,2274.73339844,23.86523438,25.69637680,0.00000000,0.00000000,218.24890137); //object(des_cluckin) (1)
CreateObject(8569,2260.79638672,21.71564293,22.72324371,0.00000000,359.75000000,270.00000000); //object(vgsebuild12_lvs) (1)
CreateObject(1408,2251.81713867,21.97337151,26.00474548,0.00000000,0.00000000,270.00000000); //object(dyn_f_wood_2) (1)
CreateObject(1408,2251.78369141,27.55205727,26.00474548,0.00000000,0.00000000,270.00000000); //object(dyn_f_wood_2) (2)
CreateObject(1492,2271.99926758,30.82221794,25.70763969,0.00000000,0.00000000,270.00000000); //object(gen_doorint02) (1)
CreateObject(2946,2274.73242188,28.43622780,25.68644714,0.00000000,0.00000000,0.00000000); //object(cr_door_03) (1)
CreateObject(2946,2274.75439453,31.61474991,25.68644714,0.00000000,0.00000000,180.00000000); //object(cr_door_03) (2)
CreateObject(2770,2271.39135742,28.78789330,26.33230591,0.00000000,0.00000000,320.00000000); //object(cj_cb_bin) (1)
CreateObject(1357,2265.02783203,19.79365158,25.80295753,0.00000000,0.00000000,270.00000000); //object(cj_fruitcrate3) (1)
CreateObject(2671,2271.63061523,28.88373756,25.71093178,0.00000000,0.00000000,5.25000000); //object(proc_rubbish_3) (1)
CreateObject(1280,2265.08422852,22.00597763,25.91229057,0.00000000,0.00000000,359.50000000); //object(parkbench1) (1)

/*
Objects converted: 11
Vehicles converted: 0
Vehicle models found: 0
----------------------
In the time this conversion took to finish a hummingbird could have flapped it's wings 9.07 times!
*/
Enjoy!


Re: Cluckin'Bell Palomino - Koyelz - 05.05.2012

Nice,But i dont know how to add this map


Respuesta: Re: Cluckin'Bell Palomino - Tellken - 05.05.2012

Quote:
Originally Posted by Koyelz
Посмотреть сообщение
Nice,But i dont know how to add this map
With the code is for GM in SAMP


Re: Cluckin'Bell Palomino - Deathlane - 05.05.2012

Uhmm if you dont know how... Make it a filterscript instead
pawn Код:
#include <a_samp>

public OnFilterScriptInit()
{
    CreateObject(11674,2274.73339844,23.86523438,25.69637680,0.00000000,0.00000000,218.24890137); //object(des_cluckin) (1)
    CreateObject(8569,2260.79638672,21.71564293,22.72324371,0.00000000,359.75000000,270.00000000); //object(vgsebuild12_lvs) (1)
    CreateObject(1408,2251.81713867,21.97337151,26.00474548,0.00000000,0.00000000,270.00000000); //object(dyn_f_wood_2) (1)
    CreateObject(1408,2251.78369141,27.55205727,26.00474548,0.00000000,0.00000000,270.00000000); //object(dyn_f_wood_2) (2)
    CreateObject(1492,2271.99926758,30.82221794,25.70763969,0.00000000,0.00000000,270.00000000); //object(gen_doorint02) (1)
    CreateObject(2946,2274.73242188,28.43622780,25.68644714,0.00000000,0.00000000,0.00000000); //object(cr_door_03) (1)
    CreateObject(2946,2274.75439453,31.61474991,25.68644714,0.00000000,0.00000000,180.00000000); //object(cr_door_03) (2)
    CreateObject(2770,2271.39135742,28.78789330,26.33230591,0.00000000,0.00000000,320.00000000); //object(cj_cb_bin) (1)
    CreateObject(1357,2265.02783203,19.79365158,25.80295753,0.00000000,0.00000000,270.00000000); //object(cj_fruitcrate3) (1)
    CreateObject(2671,2271.63061523,28.88373756,25.71093178,0.00000000,0.00000000,5.25000000); //object(proc_rubbish_3) (1)
    CreateObject(1280,2265.08422852,22.00597763,25.91229057,0.00000000,0.00000000,359.50000000); //object(parkbench1) (1)
    return 1;
}
Enjoy


Re: Cluckin'Bell Palomino - Reix[EST] - 05.05.2012

Nice!


Re: Cluckin'Bell Palomino - Rg-Gaming.Info - 08.06.2012

Nice one.