Help About Virtual World.
#6

Quote:
Originally Posted by Konstantinos
Посмотреть сообщение
pawn Код:
CMD:destroyvehicles( playerid, params[ ] )
{
    if( !IsPlayerAdmin( playerid ) ) return 1;
    for( new v = 1; v < MAX_VEHICLES; v++ ) DestroyVehicle( v );
    return 1;
}
pawn Код:
for( new v = 1; v <= MAX_VEHICLES; v++ ) DestroyVehicle( v );
Otherwise you will miss id 2000
Reply


Messages In This Thread
Help About Virtual World. - by MAFIAWARS - 27.09.2013, 14:23
Re: Help About Virtual World. - by MAFIAWARS - 27.09.2013, 15:33
Re: Help About Virtual World. - by Unri - 27.09.2013, 15:44
Re: Help About Virtual World. - by MAFIAWARS - 27.09.2013, 15:56
Re: Help About Virtual World. - by Konstantinos - 27.09.2013, 15:58
Re: Help About Virtual World. - by Grimrandomer - 27.09.2013, 16:00
Re: Help About Virtual World. - by Konstantinos - 27.09.2013, 16:07
Re: Help About Virtual World. - by Grimrandomer - 27.09.2013, 16:51
Re: Help About Virtual World. - by Konstantinos - 27.09.2013, 17:01
Re: Help About Virtual World. - by Grimrandomer - 27.09.2013, 17:10

Forum Jump:


Users browsing this thread: 2 Guest(s)