Need an anti-car warper [+REP]
#4

ZCMD:
Put on player disconnect
pawn Код:
new str[128];
    {
// Your ban code where server announce player is disconnected
        for(new v = 0; v < MAX_VEHICLES; v++)
        {
            if(!VehicleOccupied(v))
            {
                SetVehicleToRespawn(v);
            }
        }
    }
        return 1;
}
+rep if works
Reply


Messages In This Thread
Need an anti-car warper [+REP] - by Kemula - 27.07.2014, 11:59
Re: Need an anti-car warper [+REP] - by Marcoes - 27.07.2014, 12:04
Re: Need an anti-car warper [+REP] - by SHE790 - 27.07.2014, 12:21
Re: Need an anti-car warper [+REP] - by KayJ - 27.07.2014, 12:39
Respuesta: Re: Need an anti-car warper [+REP] - by Kemula - 27.07.2014, 13:21
Re: Need an anti-car warper [+REP] - by Stinged - 27.07.2014, 13:34
Respuesta: Re: Need an anti-car warper [+REP] - by Kemula - 27.07.2014, 13:35
Respuesta: Need an anti-car warper [+REP] - by Kemula - 28.07.2014, 17:09
Re: Need an anti-car warper [+REP] - by Tamer - 28.07.2014, 17:28
Respuesta: Re: Need an anti-car warper [+REP] - by Kemula - 10.08.2014, 19:50

Forum Jump:


Users browsing this thread: 1 Guest(s)