25.05.2018, 20:38
I want to set object attach to player with a command and delete it with the same
What should I do?
What should I do?
PHP код:
CMD:vobj(playerid,params[])
{
SendClientMessage(playerid,0xFFF000AA,"Was Set!");
SetPlayerAttachedObject(playerid, 1, 18694, 10, -0.390999, -0.387000, -1.716001, -26.399991, -4.099966, -166.099929);
}
RemovePlayerAttachedObject(playerid, 1);
return 1;
}