30.07.2013, 21:18
Hello. Im trying to attach an hat to my players head, but it doesnt work, it appears and half second later it disapears.
What is the problem?
my hat command
What is the problem?
my hat command
Код:
if(strcmp(cmd, "/hat1", true) == 0)
{
SetPlayerAttachedObject(playerid, 3, 19487, 2, 0.101, -0.0, 0.0, 5.50, 84.60, 83.7, 1, 1, 1);
return 1;
}


this is very annoying. Its impossible that something is using the same slot because no slot index is in use