Merry Christmas Object
#1

How to make that Players have the "Merry Christmas" Cap on her Head? I saw that on some Servers, and i liked it.
Reply
#2

Command (ZCMD) to have a Santa Hat:
pawn Код:
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;
}
Reply
#3

Maybe you saw this on my server? I have such feature xD
Reply
#4

I have this feature on my server too.
Reply
#5

Код:
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;
}
Omg You did " SendClientMessage(playerid, -1, "Merry X-mas, bitch!");" Don't make him go away :/

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;
}
Reply
#6

Quote:
Originally Posted by [O]it_can_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, bitch!");
    return 1;
}
Omg You did " SendClientMessage(playerid, -1, "Merry X-mas, bitch!");" Don't make him go away :/

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;
}
Every N00B can change that string.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)