Attached Objects Disappearing
#1

I'm having a problem on AttachedObjects, when i type the command /taser, the taser appears and disappears, what the problem?

Command:
pawn Code:
if(strcmp(cmd, "/taser", true) == 0)
    {
        SetPlayerAttachedObject(playerid, 0, 18642, 6, 0.06, 0.01, 0.08, 180.0, 0.0, 0.0);
        return 1;
    }
Gamemode: LARP
Reply
#2

Probbably in your code there is something that is removing the attached objects every few moments.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)