01.08.2011, 19:28
Hello
I want to know why this command doesn't attach a object to my player:
So it should attach a cow to me and i can move with it, but it doesnt attach it
I want to know why this command doesn't attach a object to my player:
pawn Код:
if(!strcmp("/cow", cmdtext, true))
{
AttachObjectToPlayer(16442, playerid, 1.5, 0.5, 0, 0, 1.5, 2 );
}
return 0;
}