16.01.2014, 09:25
Looking at the code you can create only one mine right?..
here when you create the mine like that
if some one create another mine the old one will be unless
you can do something like
here when you create the mine like that
pawn Код:
mine = CreateObject(1213, x, y, z-0.8, 0, 0, 0, 50.0);
you can do something like
pawn Код:
new id = Findafreeminespot();
MineInfo[id][MineObject] = CreateObject(1213, x, y, z-0.8, 0, 0, 0, 50.0);