04.10.2011, 17:26
You can't, there isn't any function !
Or try this:
Or try this:
pawn Код:
public OnVehicleStreamIn( vehicleid, forplayerid )
{
for( new i = 0; i < MAX_VEHICLES; i ++ )
{
SetVehicleParamsForPlayer( i, forplayerid, 0, 0 );
}
return ( 1 );
}