Jump to content

AlexXx95

Membru
  • Posts

    7
  • Joined

  • Last visited

    Never

Posts posted by AlexXx95

  1. Salut, am si eu o mica mare problema. Am un Car spawner care functioneaza gen /car [nume/parte de nume].

    Stiti cumva cum pot face ca atunci cand un player spawneaza o a doua masina cea anterioara sa dispara (Cum e pe Romania Super Stunt daca stiti)? :-\ Serverul fiind de stunt nu e prea indicat sa se aglomereze zonele de stunt :-\...

    Daca va ajuta aici e si Car Spawnerul:

    http://solidfiles.com/d/7efad/

    Merci! ;D

  2. forward CarDeleter(vehicleid);

    public CarDeleter(vehicleid)

    {

        for(new i=0;i<MAX_PLAYERS;i++) {

            new Float:X,Float:Y,Float:Z;

        if(IsPlayerInVehicle(i, vehicleid)) {

            RemovePlayerFromVehicle(i);

            GetPlayerPos(i,X,Y,Z);

            FS_SetPlayerPos(i,X,Y+3,Z);

        }

        SetVehicleParamsForPlayer(vehicleid,i,0,1);

    }

        SetTimerEx("VehRes",1500,0,"i",vehicleid);

    }

    forward VehRes(vehicleid);

    public VehRes(vehicleid)

    {

        DestroyVehicle(vehicleid);

    }

    merci dar nu functioneaza:|

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