[FilterScript] Land Mines | 0.3x (SetObjectMaterial)
#5

Looking at the code you can create only one mine right?..
here when you create the mine like that
pawn Код:
mine = CreateObject(1213, x, y, z-0.8, 0, 0, 0, 50.0);
if some one create another mine the old one will be unless

you can do something like

pawn Код:
new id = Findafreeminespot();
MineInfo[id][MineObject] = CreateObject(1213, x, y, z-0.8, 0, 0, 0, 50.0);
Reply


Messages In This Thread
Land Mines | 0.3x (SetObjectMaterial) - by Cannary2048 - 16.01.2014, 07:59
Re: Land Mines | 0.3x (SetObjectMaterial) - by UnknownOwner - 16.01.2014, 08:45
Re: Land Mines | 0.3x (SetObjectMaterial) - by iJumbo - 16.01.2014, 09:10
Re: Land Mines | 0.3x (SetObjectMaterial) - by Cannary2048 - 16.01.2014, 09:15
Re: Land Mines | 0.3x (SetObjectMaterial) - by iJumbo - 16.01.2014, 09:25
Re: Land Mines | 0.3x (SetObjectMaterial) - by dimitri8 - 16.01.2014, 19:43
Re: Land Mines | 0.3x (SetObjectMaterial) - by Pottus - 17.01.2014, 01:51
Re: Land Mines | 0.3x (SetObjectMaterial) - by LMagnifico - 17.01.2014, 07:50

Forum Jump:


Users browsing this thread: 1 Guest(s)