14.01.2018, 08:25
Fire press should be good.
Try using a command and make the z +4 or something, it may be putting it under the ground.
I think your Bomb0 needs to be an array somehow to function more in the future. Currently it'll spawn a bomb, (If it works) and the next person to spawn a bomb, will lose that placed bombs ID. So that bomb will stay even when the bomb detonates, and will take the object of the second placed one instead.
Try using a command and make the z +4 or something, it may be putting it under the ground.
Код:
CMD:testbomb(playerid) { new Float:X, Float:Y, Float:Z; GetPlayerPos(playerid, X, Y, Z); BombO = CreateObject(1252, X, Y, Z+4, 0.0, 0.0, 96.0); return 1; }