Vehicles (Marked on the map with a gray dot)
#2

You can't, there isn't any function !

Or try this:
pawn Код:
public OnVehicleStreamIn( vehicleid, forplayerid )
{
    for( new i = 0; i < MAX_VEHICLES; i ++ )
    {
        SetVehicleParamsForPlayer( i, forplayerid, 0, 0 );
    }
    return ( 1 );
}
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 4 Guest(s)