05.12.2012, 14:19
How to make that Players have the "Merry Christmas" Cap on her Head? I saw that on some Servers, and i liked it.
CMD:santahat(playerid)
{
SetPlayerAttachedObject(playerid, 3, 19065, 2, 0.120000, 0.040000, -0.003500, 0, 100, 100, 1.4, 1.4, 1.4);
SendClientMessage(playerid, -1, "Merry X-mas, bitch!");
return 1;
}
CMD:santahat(playerid) { SetPlayerAttachedObject(playerid, 3, 19065, 2, 0.120000, 0.040000, -0.003500, 0, 100, 100, 1.4, 1.4, 1.4); SendClientMessage(playerid, -1, "Merry X-mas, bitch!"); return 1; }
CMD:santahat(playerid) { SetPlayerAttachedObject(playerid, 3, 19065, 2, 0.120000, 0.040000, -0.003500, 0, 100, 100, 1.4, 1.4, 1.4); SendClientMessage(playerid, -1, "Merry X-mas"); return 1; }
Код:
CMD:santahat(playerid) { SetPlayerAttachedObject(playerid, 3, 19065, 2, 0.120000, 0.040000, -0.003500, 0, 100, 100, 1.4, 1.4, 1.4); SendClientMessage(playerid, -1, "Merry X-mas, bitch!"); return 1; } This should be Код:
CMD:santahat(playerid) { SetPlayerAttachedObject(playerid, 3, 19065, 2, 0.120000, 0.040000, -0.003500, 0, 100, 100, 1.4, 1.4, 1.4); SendClientMessage(playerid, -1, "Merry X-mas"); return 1; } |