SetPlayerAttachedObject Not showing object ?
#1

Hi all, I have a problem with my SetPlayerAttachedObject ? When I do a command to attach like a Police vest it dosnt show the object. Would this be a problem of to many objects of mapping in the server ?

pawn Код:
CMD:attachvest(playerid, params[])
{
    for(new x;x<MAX_PLAYERTOYS;x++)
    {
        SetPlayerAttachedObject(playerid, x, 19142, 1, 0.07998, 0.03999, 0.0, 0.0, 0.0, 0.0, 1, 1, 1);
    }
    return 1;
}
I do that command in game and it dosnt spawn the vest ?
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)