Object doesnt show up/follow the player- AttachObjectToPlayer
#1

I want to make it a big explosion,like 5 cars exploding next to each other.
Reply
#2

pawn Код:
if (strcmp("/attachbomb", cmdtext, true) == 0)
{
    new _obj = CreateObject(1654, 0, 0, 1.35, 0, 0, 0);
    AttachObjectToPlayer(_obj, playerid, 0, 0, 1.35, 0, 0, 0);
    SendClientMessage(playerid, COLOR_RED, "You attached the bomb to you!");
    return 1;
}
Reply
#3

attachobjecttoplayer was removed in 0.3a.. i believe
Reply
#4

it wasnt removed
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)