04.02.2013, 22:12
Hello everyone! I want to make a object attached to my characters face, but whats the "coordinates" of the face, lol.. How can I place it right?
I took that from the wiki.samp, but I don't think it will attach on the face of my character..
Код:
if(strcmp(cmdtext, "/skull", true) == 0)
{
AttachObjectToPlayer(skullface, playerid, 1.5, 0.5, 0.0, 0.0, 1.5, 2);
return 1;
}


