#1

Will this decrease MaxPass variable for each player effects by the code or only one time?
PHP код:
        for(new =0MAX_PLAYERS;i++)
        {
            if(
PilotID[i] == playerid && city[i] == 1)
            {
                
SetPlayerPos(i,1983.5895,-2496.0449,13.5391);
                
SetPlayerInterior(i0);
                
SetPlayerVirtualWorld(i0);
                
PilotID[i] = -1;
                
RequestPilot[i] = false;
                
city[i] = 0;
                
MaxPass[playerid]--;
            }
        } 
Reply


Messages In This Thread
Loop - by nezo2001 - 16.07.2015, 14:41
Re: Loop - by Lajko1 - 16.07.2015, 14:47
AW: Loop - by Mencent - 16.07.2015, 14:48
Re: Loop - by admantis - 16.07.2015, 15:32
Re: Loop - by nezo2001 - 16.07.2015, 16:22
Re: Loop - by Mauzen - 16.07.2015, 16:27
Re: Loop - by admantis - 16.07.2015, 23:00

Forum Jump:


Users browsing this thread: 4 Guest(s)