24.09.2012, 22:54
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 ?
I do that command in game and it dosnt spawn the vest ?
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;
}