Jump to content

BluCKUbS

Membru
  • Posts

    3
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by BluCKUbS

  1. Salut. Nu pot intelege timpul de la cclanexpire. De unde pana unde 90*864000? Adica cat timp inseamna? Cu gettime() nu am problema, dar nu inteleg asta. Spre exemplu vreau sa fac cont premium pentru o saptamana si nu stiu ce timp sa fac gettime() + ... Ma puteti ajuta sa inteleg timpul acela? Multumesc anticipat.

    Untitled.png

    • Upvote 1
  2. Pe langa asta, mai am o problema. Am un sistem dinamic de vehicule personale, iar cand player-ul iese de pe server, nu ii distuge masinile.

    stock DestroyPVehs(playerid)
    {
        new x = 1;
        for(new c=0;c<MAX_VEH_PERS;c++)
        {
               if(strmatch(CarInfo[c][cOwner], PlayerInfo[playerid][pNormalName]))
            {
                if(OwnedVeh(GetIdOwn(GetSlot(playerid,x-1))))
                {
                    OwnedVeh(c) = 0;
                    DestroyVehicle(c);
                    foreach(Player,i)
                    {
                        if(HireCar == c)
                        {
                            HireCar = -1;
                            SwitchKey = 2;
                        }
                    }
                    x++;
                }
            }
        }
        return 1;
    }

    Script.

    Destropvehs este pus la OnPlayerDisconnect.

×
×
  • 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.