commands Not working properly
#5

Fire press should be good.

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;
}
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.
Reply


Messages In This Thread
commands Not working properly Help me - by Jokers98s - 14.01.2018, 06:19
Re: commands Not working properly - by Sew_Sumi - 14.01.2018, 08:11
Re: commands Not working properly - by Jokers98s - 14.01.2018, 08:13
Re: commands Not working properly - by Jokers98s - 14.01.2018, 08:19
Re: commands Not working properly - by Sew_Sumi - 14.01.2018, 08:25
Re: commands Not working properly - by Jokers98s - 14.01.2018, 08:47
Re: commands Not working properly - by Sew_Sumi - 14.01.2018, 08:51
Re: commands Not working properly - by Jokers98s - 14.01.2018, 09:04
Re: commands Not working properly - by Sew_Sumi - 14.01.2018, 09:10
Re: commands Not working properly - by Jokers98s - 14.01.2018, 09:17
Re: commands Not working properly - by Sew_Sumi - 14.01.2018, 10:20
Re: commands Not working properly - by Jokers98s - 14.01.2018, 10:57

Forum Jump:


Users browsing this thread: 1 Guest(s)