SetPlayerAttachedObject
#1

When i use SetPlayerAttachedObject , it attach de object for ~ 1 second and remove that ... either i put that in gamemode or in filterscripts .... because
Reply
#2

Show us your code
Reply
#3

For example

pawn Код:
CMD:santa(playerid, params[])
{
            SetPlayerAttachedObject(playerid, 3, 19065, 2, 0.120000, 0.040000, -0.003500, 0, 100, 100, 1.4, 1.4, 1.4);
        }
    return 1;
}
Reply
#4

Can't find nothing wrong in this code
Reply
#5

Quote:
Originally Posted by Sp3cter
Посмотреть сообщение
For example

pawn Код:
CMD:santa(playerid, params[])
{
            SetPlayerAttachedObject(playerid, 3, 19065, 2, 0.120000, 0.040000, -0.003500, 0, 100, 100, 1.4, 1.4, 1.4);
        }
    return 1;
}
You mess used the brackets, heres the right way.
Quote:
Originally Posted by Sp3cter
Посмотреть сообщение
For example

pawn Код:
CMD:santa(playerid, params[])
{
            SetPlayerAttachedObject(playerid, 3, 19065, 2, 0.120000, 0.040000, -0.003500, 0, 100, 100, 1.4, 1.4, 1.4);
return 1;
}
Quote:
Originally Posted by RenSoprano
Посмотреть сообщение
Can't find nothing wrong in this code
Are you kiding?
Reply
#6

Isn't about that command ... if i want to attach an object to an player , that object appear for ~1 second and ... bye ...
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)