Jump to content
  • 0

Question

Posted

Salut

Eu as vrea sa ma ajutati sa modific niste plugine

1.

CMD:santa(playerid, params[])
{
    if(DM[playerid] == 1) return SendClientMessage(playerid,COLOR_GREY,"{0080FF}[DEATHMATCH]{9F9F9F} Esti in {FFA200}deathmatch{9F9F9F}.Nu poti folosi comenzi.");
    if(!Santahatinhead[playerid])
        {
            Santahatinhead[playerid] = 1;
            SetPlayerAttachedObject(playerid, 3, 19065, 2, 0.120000, 0.040000, -0.003500, 0, 100, 100, 1.4, 1.4, 1.4);
        }
        else
        {
            Santahatinhead[playerid] = 0;
            if(IsPlayerAttachedObjectSlotUsed(playerid, 3)) RemovePlayerAttachedObject(playerid, 3);
        }
    return 1;
}

As vrea ca din acest cod sa se primeasca scriptul ca fiecare player sa aiba caciula de mos craciun pe cap fara sa tasteze comanda "/santa"

2.http://www.girlshare.ro/31923579.6

As vrea ca din acest cod sa se primeasca scriptul pentru o ninsoare automata fara nici o comanda. Sa ninga permanent pe server.

Multumesc.

0 answers to this question

Recommended Posts

There have been no answers to this question yet

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.